Performs English input conversions.
ICONV(value, conversion)
value A DataBasic expression that evaluates to the value to be converted.
Note: The value to be converted cannot contain any system delimiters.
conversion A string containing one or more English conversion codes, separated by value marks. Multiple codes are processed left-to-right, each code acting on the result produced by the previous code.
ICONVS function, OCONV function, FMT function.
PENNIES = ICONV("1234.00","MD2")
Assigns the string value 123400 to the variable PENNIES.
IDATE = ICONV("7-29-85","D")
Assigns the internal date value 6420 to variable IDATE.