Get:
Syntax:
get name at row,col
or
get name,x at row,col
where: name is the varible name with the data type, if you are getting a text
you have to specify x chracters to get.
row is the row possition and col is the colum posstion.
x can be any value from: 1 to: 255, row can be any value from: 1 to: 24 and
col can be any value from: 1 to: 80.
Note! Get must be inside the screen size.
Program Example:
Get name$,10 at 1,1;
{Get 10 characters to name$ at pos 1,1}
Get age% at 2,1
{Get a number to age%}
Program File
Application File
Return
Last Updated: July 1998.