|
DOM Input/Output Operations -- Command Description
|
Working Assumptions About These Commands:
- There is only one sourceIndex and elementValue known to eValid at any time.
- The sourceIndex is always an integer.
- The initial value of the sourceIndex is always set to zero.
- The elementValue is always a string.
- The initial value of the elementValue is always set to empty.
- The value of the sourceIndex persists between pages, but may not be meaningful between pages.
- The value of the elementValue persists between pages, as long as the current playback is running.
|
| KEY |
COMMAND SYNTAX: Name(...) |
ORIGIN |
EXPLANATION |
COMMENTS |
| PAGEMAP |
IndexSave "filename"
|
Edit |
Saves the sourceIndex into the specified filename.
|
|
| PAGEMAP |
IndexRead "filename"
|
Edit |
Reads the sourceIndex from the specified filename.
| If the file is empty, the sourceIndex is set to zero.
|
| PAGEMAP |
ValueSave "filename"
|
Edit |
Saves the elementValue into the specified filename.
|
|
| PAGEMAP |
ValueRead "filename"
|
Edit |
Reads the elementValue from the specified filename.
| If the file is empty, the elementValue is set to blank.
|