Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | table | |
Tool | table |
value | in | Record of keyword=value pairs |
t:=table('tcal', readonly=F) kw:=t.getkeywords() print kw # [Type=T Jones, Interval=30, DeltaT=1] kw.Interval:=45 t.putkeywords(kw) # T t.flush() # T