Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | itemcontainer |
This tool function destroys the state of the current itemcontainer tool. The tool still exists, but it is no longer an itemcontainer !
- const myic := itemcontainer(); - myic.done(); T - print 'myic=', myic; myic=F