MoneyWorks Manual
Edit
User File
This file (internal name User) is available for scripts to store persistent user data See also the User2 file.
Field | Type | Size | Notes |
---|---|---|---|
LastModifiedTime | S | The date and time that this record was last changed. | |
Key | T | 9 | A unique key to identify the record. Note that many plug-ins use their own set of keys, so you need to manage any conflicts. |
Data | T | 245 | text data for the key |
Records can be inserted into the table by importing them, either as XML or with the pseudo-map ":/User", or using the SetPersistent function (see the mwScripting reference guide). The first field is the key, and the second (separated by a tab) is the data. If the key already exists in the table, the record will be overwritten (otherwise a new record will be created), unless the data is empty, in which case the existing record will be deleted.