![]() ![]() ![]() ![]() | Table Of Contents | Index |
Example:This example dumps the contents of a file to the screen backwards.
Var Fields, Handle, DataVar ReadAscTextFile('FIELDS.TXT',Fields) Handle = BtrvOpen('BBSUSER.BTD',Fields)BtrvGetLast(DataVar,1,Handle) while BrtvResult = 0 loop DataVar Write LoopVal ' ' endloop Writeln BtrvGetPrev(DataVar,1,Handle) EndWhile
Result Codes: 6 - Invalid Key Number
See Also: | BtrvGetFirst | BtrvGetNext | BtrvGetPrev |
---|
Category: | Btrieve |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|