Description: Convert a data object to a Boolean value. Syntax: bool(expression) Note: The function converts the data typconvert,boolean value
Description: Convert a string, a number or a date to a 64-bit long integer. Syntax: long(stringExp) long(numberExp) longconvert, long integer
Description: Convert a string to a real number. Syntax: number (stringExp,format) Note: The function parses string stristring,convert,number
Description: Convert the red, green, blue, and transparency values respectively to the corresponding color value. Syntaxlevels of transparency,convert,color value,64-bit long integer
Here’s how to use string() function.convert,format string
Description: Convert all characters in a string to upper case. Syntax: upper(s) Note: The function converts all charactestring,convert,upper case