Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
input [2019/05/28 10:03] neilsinput [2019/05/28 10:03] neils
Line 21: Line 21:
   input a$, 10, "0123456789abcdefghijklmnopqrstuvwxzy"   input a$, 10, "0123456789abcdefghijklmnopqrstuvwxzy"
  
-**Note**: to convert a string to a numeric type, use the ''[[VAL||VAL()]]'' function.+**Note**: to convert a string to a numeric type, use the ''[[VAL|VAL()]]'' function.
  
 **//This command has been completely rewritten since version 2.0 and is incompatible with that of version 1.x.//** **//This command has been completely rewritten since version 2.0 and is incompatible with that of version 1.x.//**