
PT-Basic Programming Manual Ver. 1.00 26/143
To return the character for a given ASCII value.
A$ is a string variable to be assigned to the result.
N% is a numeric expression in the range of 0 to 255.
To return a string that represents the hexadecimal value (base
16) of the decimal argument.
A$ is a string variable to be assigned to the result.
N% is a numeric expression.
To return a string that represents the octal value (base 8) of
the decimal argument.
A$ is a string variable to be assigned to the result.
N% is a numeric expression.
To return a copy of a string in which all uppercase letters will
be converted to lowercase letters.
Str$="ABCDEFG"
PRINT LCASE$(Str$)
PRINT LCASE$("168BBqRrGgIbB")
A$ is a string variable to be assigned to the result.
Str$ may be a string variable, string expression, or string
constant.
Comentarios a estos manuales