Hi Stellaferox,
what are you trying to do?
If needed, basic4ppc uses automatically type conversion, so
Code:
a = "3"
b = 4
if a > b then
is possible.
Additionally you can convert a single char into ascii value with ASC("r") or an ascii code into its character Chr(58).
If you provide the code causing the exception we'll have a look at it!
specci48