Show:




Syntax:

show name at row,col
or
show "text" at row,col

where: name is the varible name and its data type, row is the row possition and
col is the colum posstion.
Row can be any value from: 1 to: 24 and col can be any vaulue from: 1 to 80.




Program Example:

show "Example" at 1,1;
{Show text Example at row 1,col 1}

num%=10;
show num% at 2,1
{Show the num% (10) at row 2, col 1}


Program File

Application File




Return

Last Updated: July 1998.