table.newSuite
| Syntax |
table.newSuite (adrSuite)
|
| Params |
adrSuite is the address of a suite to create.
|
| Action |
Creates a new default suite.
|
| Returns |
True.
|
| Examples |
table.newSuite (@suites.newTestSuite) » true
|
| Notes |
If the item pointed to by adrSuite exists, it will be over-written. The suite's table will contain an init script, menu, readMe, and suiteName. The init script initializes a user table for this suite. The menu contains the suite name, a command for opening the readMe, and commands for editing the suite and its menu. The readMe object, a wp-text object, contains space for you to explain why you wrote the suite, what it does, and things to watch out for. suiteName, a string, is the name that's displayed in the Suites sub-menu.
|