|
Contents | Previous | Next | Subchapters |
| Syntax |
glisttext |
| See Also | gaddtext , gdeltext |
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
glisttext
O-Matrix will reply
1 0.50 0.30 One,
2 0.50 0.60 Two,