Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | ms |
tool | The variable that you wish to test | ||
Allowed: | Any glish variable | ||
Default: | no default |
include 'ms.g'; myms := ms('3C273XC1.ms'); if (is_ms(myms)) { print 'The ms name is', myms.name(); }This example shows how you can use this function to determine if the supplied variable is a ms tool.