|
Contents | Previous | Next | Subchapters |
| Syntax |
gdeltext(identifier) |
| See Also | gaddtext , glisttext |
ginit
gaddtext("One", [.5, .3])
O-Matrix will place the text "One" in the Graphic 0 window and
echo the value
1
in the Command window.
The value 1 is the identifier the text that was added.
If you then enter
gaddtext("Two", [.5, .6])
O-Matrix will place the text "Two" in the Graphic 0 window and
echo the value
2
in the Command window.
If you continue by entering
gdeltext(1)
O-Matrix will remove the "One" from the Graphic 0 window.