Other digital operationsConversionsRound off a decimal number: var Float f To convert a numeric value into a character string, we use the 'string' instruction: var Float f or var Int i The reverse conversion is done via the 'parse' instruction. See manipulation of strings. |