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
Last revisionBoth sides next revision
input [2019/05/28 10:19] neilsinput [2019/05/29 21:33] neils
Line 3: Line 3:
 Syntax: Syntax:
  
-  input <string pointer destination>, <byte max_length> [,<string pointer mask>]+  input <string pointer destination>, <byte max_length> [,<string mask>]
      
 The ''INPUT'' command calls a built-in routine that allows the user to input a string using the keyboard. The user input will be limited to //max_length// characters. After the user has pressed the ''RETURN'' key, the input will be copied to the string pointed by //destination//. The ''INPUT'' command calls a built-in routine that allows the user to input a string using the keyboard. The user input will be limited to //max_length// characters. After the user has pressed the ''RETURN'' key, the input will be copied to the string pointed by //destination//.