Hello,
what is the best solution to build a structured array from a textline with 2 delimiters ?
maybe a char replace of < - > with blancs
next splitting the line for < ; >
and splitting blancs
Delimiter Fields < ; >
Delimiter Fieldinfos < - >
regards
Uwe
what is the best solution to build a structured array from a textline with 2 delimiters ?
maybe a char replace of < - > with blancs
next splitting the line for < ; >
and splitting blancs
Delimiter Fields < ; >
Delimiter Fieldinfos < - >
FIRST-C-20-0;LAST-C-20-0;STREET-C-30-0;CITY-C-30-0;HIREDATE-D-8-0
the wanted result
DBF-structure
FIRST C 20 0
LAST C 20 0
STREET C 30 0
HIREDATE D 8 0regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.

