| 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)BtrvStepLast(DataVar,Handle) while BrtvResult = 0 loop DataVar Write LoopVal ' ' endloop Writeln BtrvStepPrev(DataVar,Handle) EndWhile
| See Also: | BtrvStepFirst | BtrvStepNext | BtrvStepPrev |
|---|
| Category: | Btrieve |
|---|

| Table Of Contents | Index |
|
