xHarbour Reference Documentation > Function Reference |
Queries or changes the currently selected text file area.
HB_FSelect( [<nNewArea>] ) --> nOldArea
The function returns the previously selected text file area as a numeric value.
Text files opened with HB_FUse() are open in one of ten text file areas. This is similar to the work area concept of databases. However, a text file area cannot be addressed via alias names. All text file functions operate only in the currently selected text file area.
See also: | HB_FLastRec(), HB_FGoto(), HB_FReadLN(), HB_FSkip(), HB_FUse() |
Category: | File functions , Text file functions , xHarbour extensions |
Source: | misc\hb_f.c |
LIB: | libmisc.lib |
http://www.xHarbour.com