Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

creating DBF file from text file

13 views
Skip to first unread message

happytoday

unread,
Aug 6, 2012, 5:45:06 AM8/6/12
to
Dear all,
I need to store pages delimited by FORMFEED character to Memo fields .
each record is indexed by unique key such account number .
Where can I find functions that deal with this matter ?

AnthonyL

unread,
Aug 6, 2012, 7:18:36 AM8/6/12
to
I'm a bit rusty now but isn't a simple matter of

append from xxx.txt delimited with chr(whatever formfeed is ~
chr(12)?)

Alternative progressively read the file picking out each block of text
between each occurence of the formfeed character.


--
AnthonyL
0 new messages