Chapter 14

Converts an integer numeric value into a string representing the value in decimals. Example: vstring:=str(100); (* vstring will contain the string "100" *) HEX. Converts an integer numeric value into a string representing the value in hexadecimals. Example: vstring:=str(100); (* vstring will contain the string "64" *) LEFT ................
................