|
Fields in the IMW database
|
Top Previous Next |
|
The IMW database fields are divided into two categories: Base fields and User fields. In most cases, no distinction needs to be made between them during program operation. The user fields are stored as numbers ranging from 0-255. In order to store important information which does not fall into this range, base fields exist which can hold other formats of data.
The user-defined fields are all represented numerically and have valid ranges of 0 - 255. The user will always see user-data as text, but internally it is stored as a number. This is the secret to IM's high-speed processing and compact database size. |