* R0 = Window handle
R1 = Icon handle
R2 ! string
or R2 = value
If R2 ³ &8000 the string at this address is copied into the icon
If R2 < &8000 it is converted to a decimal string first
* All registers preserved
Not re-entrant.
Set an inderected icon's text.
This call also clears the selected and shaded bits.
Basic example
SYS "ddu_SIT",Window,Icon,"25"
is equal to
SYS "ddu_SIT",Window,Icon,25
|
|
|