xHarbour Reference Documentation > Function Reference |
Parses a delimited text file and loads it into an array (optimized).
FParseEx( <cFileName>, [<cDelimiter>] ) --> aTextArray
The function returns a two dimensional array, or an empty array when the file cannot be opened.
Function FParseEx() is a speed optimized version of FParse(). Refer to FParse() for more information.
See also: | FParse() |
Category: | File functions , xHarbour extensions |
Source: | rtl\fparse.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com