| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | ms | |
| Tool | ms |
# Make test MS
include 'imager.g'
imagermaketestms('3C273XC1.ms')
# List history of test MS
include 'ms.g'
myms := ms('3C273XC1.ms')
# Turn off pager
system.output.pager.limit:=-1
myms.listhistory()
The history table contents are listed.