Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | itemcontainer |
This tool function returns the list of item names. Note that any items added with the add will have a field name like ``*n'' where ``n'' is a number.
- const fish := itemcontainer(); - fish.set('types', "salmon trout gold"); T - fish.set('fish1', 'trout'); T - fish.add('salmon'); 3 - print 'names=', fish.names(); names=types fish1 *1