Strings

create string: $str
combine multiple strings into a single string: $str
compare string values: $compare
convert ASCII codes to characters: $char
convert number to string: $fmt
convert string to number: $val
duplicate string contents: $dup
find position of a character in a string: $pos
make new string: $str read date/time from string: $dtread
search & replace within string: $subst
substring: $left, $mid, $midN, $right
write date/time to string: $dtwrite
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.