View Single Post
  #2 (permalink)  
Old 06-05-2007, 07:39 PM
specci48's Avatar
specci48 specci48 is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 672
Default

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
Reply With Quote