| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | ms | |
| Tool | ms |
| numlevel | Number of history levels | ||
| Allowed: | Positive integer | ||
| Default: | 2 | ||
Create the FLAG_HISTORY column and fill level 1 and 2 with the current flagging state as given by FLAG and FLAG_ROW. Then sets the current flagging level to 2.
myms:=ms("3C273XC1.MS",readonly=F);
myms.createflaghistory(3);
We open the MS for writing and then create a FLAG_HISTORY column with 3 levels of flagging.