#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() myms.writehistory('test message') myms.listhistory()