Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | itemcontainer |
showdeleted | yes or no | ||
Allowed: | Bool | ||
Default: | F |
This tool function returns the number of items in the list of item names. itemcontainer. If showdeleted is set to T, illegal fields are counted.
- const fish := itemcontainer(); - fish.set('types', "salmon trout gold"); T - fish.set('fish1', 'trout'); T - fish.add('salmon'); 3 - print 'number=', fish.length(); number=3