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