
 |
Superbase data fields are like
GLOBAL variables
Few people think about this, but when a database file is
open, Superbase allows you to treat the fieldnames of a file
just like a variable. However, the fieldnames are GLOBAL in
the application, and thus act just like GLOBAL variables.
This can cause problems especially if you rely on the value
of a field to be one thing, and something else in the program
has moved the record, so when you look at the value of the
field/variable, it's contents are set to another. |