Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimams | |
Tool | bimams |
tname | name of the subtable | ||
Allowed: | String | ||
readonly | open the table in read-only mode (no writing allowed) | ||
Allowed: | Boolean | ||
Default: | T |
# construct a bimams tool and assign it to a Glish variable named bms bms := bimams('neptune.ms'); # browse the WEATHER table bms.subtable('WEATHER').browse();