Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | dish | |
Module | dish | |
Tool | rm |
- d.rm().add(name,description,value,type,decorate) For example, using myrec: - d.rm().add('myrec','something I did', myrec, type='SDRECORD');
A shortcut to this function is provided through:
- d.rmadd(myrec,'myrec','something else I did');