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 < - >
- Code: Select all Expand view
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 0
regards
Uwe