Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | itemcontainer |
item | Item name | ||
Allowed: | String | ||
value | Item | ||
Allowed: | Any |
This tool function puts the specified item into the container with the given name.
- include 'quanta.g'; T - const i1 := itemcontainer(); - i1.set('type', 'boxcar'); T - i1.set('width', dq.quantity(10,'arcsec')); T