Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | itemcontainer |
This tool function indicates whether the named item exists in the itemcontainer or not.
- const i1:= itemcontainer(); - i1.set('doggies', "retriever spaniel siamese"); T - i1.has_item('doggies'); T - i1.has_item('fish'); F