CvInt

The ‘CvInt()’ function converts text or a Yes/No value into a number. Yes/No values are converted into 1 (Yes) and 0 (No).

Can be used in: mailing text, actions

Syntax

CvInt(Text, (AltText))

CvInt(Yes/No-Value)

Result

A number, Type: Integer

Parameter

  • Text
  • Alternative text
  • Yes/No value

 

  • Text, Type: Text
  • Text is used (optional) if conversion from the first text does not work, type: Text
  • Type: Yes/No

Related topics