
PT-Basic Programming Manual Ver. 1.00 84/143
please check your lookup
filename or C disk size.
Several key arguments as below:
This argument has two kinds of meanings.
When search for regular length, it needs to
insert the unsigned char array; the array
represents the length of every field.
When search for variable length, it needs
to insert one character to represent separate
symbol.
This argument can give max. 8 key fields for
search. We will make a checksum index file for
these key fields.
This argument can give the sum of key fields
size.
When N1%=0, search for regular length. It
has no separate symbols between different
fields.
When N1%=1, search for variable length.
It needs a separate symbol between
different fields.
This argument is each record‟s length.
When N1%=0, needs to insert this value,
not including the symbol of line feed.
When N1%=1, this field can insert any
value.
This argument is the field‟s quantity of each
record (1~20).
To close the file search in disk.
DBMS_CLOSE_SEARCH(DBMSID%)
DBMSID% is an integer variable in the range from 1 to 10.
To increase one record on the file end.
DBMS_APPEND_DATA(DBMSID%,data$)
Komentáře k této Příručce