String intrinsic functions
Ancestors - None
Container for all string intrinsic functions
Name | Description |
---|---|
AsBoolean | Return a string as a Boolean
Result, FalseCaption, TrueCaption |
AsCodePoint | Return the string as a codepoint
Result |
AsDate | Return a string as a date
Result, Format |
AsDateTime | Return a string as a datetime
Result, Format |
AsFloat | Return the string as a float
Result |
AsInteger | Return the variable as an integer
Result |
AsNumber | Return the variable as a number
Result |
AsTime | Return the variable as a time
Result, Format |
IsBoolean | Test if the string is a Boolean
Result, FalseCaption, TrueCaption |
IsDate | Test if the variable is a date
Result, Format |
IsDateTime | Test if the variable is a datetime
Result, Format |
IsFloat | Test whether the string is a valid float
Result |
IsNumber | Test if the variable is a number
Result |
IsTime | Test if the variable is a valid time
Result, Format |
Max | Returns the largest string
Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 |
Min | Returns the smallest string
Result, String1, String2, String3, String4, String5, String6, String7, String8, String9 |
Febuary 18 V14SP2