Hello,

I am using:

put baseConvert(number,32,10) into tResult

where "number" can be numeric or alpha input by the user. When "number" is
"AB" the result is 331, ok. But when "number" is e.g. "QW" I get an error
"baseConvert can't convert this number"

I would like to check the user input for valid values which can be converted
by the function, before I  pass it to the baseConvert(), and the function
throws this error to the user.

What is the valid range for this baseConvert? Any help appreciated.

Tiemo

 

 

 

 

 

 

 

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to