Create blank record on [ ] as [ ]
Command |
CREATERECORDAS |
Image |
![]() |
Group | Database |
Section | Create |
Description |
Creates an internal variable structure to hold a new entry on the specified table, but the variables will be named after the 2nd parameter and not the table name. Note: This allows you to have multiple records from the same table loaded in memory at the same time. Warning: To save the record to the database you will need to call the “Save current [ ] record” command. |
Parameter 1 |
The table you want to add a new record to |
Parameter 2 |
The name the table is to be referenced as |