Type Conversion

any type to string: $str
ASCII codes from characters: $ord
ASCII codes to characters: $char
characters from ASCII : $char
characters to ASCII: $ord
date/time from numerics: $dtmake
date/time from string: $dtread
date/time to numeric day of month: $day
date/time to numeric day within week: $weekday
date/time to numeric day within year: $yearday
date/time to numeric hour: $hour
date/time to numeric milliseconds: $millisec
date/time to numeric minutes: $minute
date/time to numeric month: $month
date/time to numeric seconds: $second
date/time to numeric year: $year
date/time to string: $dtwrite
day of month (numeric) from date/time: $day
day number within week from date/time: $weekday
day number within year from date/time: $yearday
elapsed time from string: $etread
elapsed time to string: $etwrite
hour (numeric) from date/time: $hour
length of string: $len
milliseconds (numeric) from date/time: $millisec
minutes (numeric) from date/time: $minute
month (numeric) from date/time: $month
numerics to date/time: $dtmake
number from string: $val
number to string: $fmt
seconds from date/time: $second
string from any type: $str
string from date/time: $dtwrite
string from elapsed time: $etwrite
string from number: $fmt
string to date/time: $dtread
string to elapsed time: $etread
string to number: $val
year number from date/time: $year
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.