menu.importSuite
| Syntax |
menu.importSuite (addr, menustring)
|
| Params |
addr is the address of a suite, a table in root.suites. menustring is the name of the suite, as it is to appear in the Suites menu.
|
| Action |
Adds a new item to the Suites menu with the name menustring. Selecting the item makes the suite active by displaying its menus.
|
| Returns |
True
|
| Examples |
|
| Notes |
This verb is normally called only by a suite's importSuite script, which is called by Frontier when the suite is initially imported. This verb is implemented as a script.
|
| See Also |
menu.addSuite
|