update help treebox data

This commit is contained in:
Jim
2015-06-17 21:11:38 -07:00
parent 8854dcc7de
commit c5bc2b25f4
5 changed files with 1465 additions and 378 deletions

View File

@@ -757,7 +757,7 @@ TREEBOX REMOVE TreeBox$, ListItem$
Removes the first list item ListItem$ from the tree. Note: this also removes all subitems!
n = TREEBOX COUNT TreeBox$
Returns the number of entries in TreeBox$
Item$ = TREEBOX GET TreeBox$, Position
Item$ = TREEBOX GET$ TreeBox$, Position
Returns the Item$ at position Position in TreeBox$.
TREEBOX EXPAND TreeBox$, Head$
Expands Head$ in TreeBox$.