Difference between revisions of "83Plus:Basic:Graphics:Disp"
From WikiTI
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
[[Category:83Plus:Basic:Graphics|Disp]] | [[Category:83Plus:Basic:Graphics|Disp]] | ||
− | |||
− | |||
− | ''' | + | == Synopsis == |
− | Disp [value1,value2,...] | + | '''Token size:''' 1 byte |
+ | |||
+ | '''Syntax:''' Disp [value1,value2,...] | ||
+ | |||
+ | == Outputs: == | ||
+ | |||
+ | Displays a value or text on the homescreen. | ||
''Value'' will be displayed at the current value of (curRow). (curRow) is then increased. If (curRow) is 7, the screen will shift up instead up increasing (curRow). | ''Value'' will be displayed at the current value of (curRow). (curRow) is then increased. If (curRow) is 7, the screen will shift up instead up increasing (curRow). | ||
Line 13: | Line 17: | ||
If a matrix or list has too much elements to show on the screen at once, (...) will be shown, but you can scroll through the list. Use Pause if you want to be able to scroll to the list. | If a matrix or list has too much elements to show on the screen at once, (...) will be shown, but you can scroll through the list. Use Pause if you want to be able to scroll to the list. | ||
− | + | == Comments == | |
STO (->) can't be displayed in a string with Disp. | STO (->) can't be displayed in a string with Disp. | ||
− | See also: [[83Plus:RAM:844B]] | + | |
+ | == See also: == | ||
+ | [[83Plus:RAM:844B]] |
Revision as of 03:51, 16 July 2005
Contents
Synopsis
Token size: 1 byte
Syntax: Disp [value1,value2,...]
Outputs:
Displays a value or text on the homescreen.
Value will be displayed at the current value of (curRow). (curRow) is then increased. If (curRow) is 7, the screen will shift up instead up increasing (curRow).
value can be a string, a variable, a matrix or a list. If value is a string, then it will be aligned to the left. If it's a variable, matrix or list, then it will be displayed aligned to the right.
If a matrix or list has too much elements to show on the screen at once, (...) will be shown, but you can scroll through the list. Use Pause if you want to be able to scroll to the list.
Comments
STO (->) can't be displayed in a string with Disp.
See also:
83Plus:RAM:844B