Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Low level file function
Message
From
08/01/2001 21:58:23
 
 
To
08/01/2001 21:15:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00460942
Message ID:
00460983
Views:
11
I export the file to text for MYOB accounting system to import it.

I try to insert a blank record between each record, and I get the output file as

"Customer1","Desc1",100.00
"","",
"Customer2","Desc2",105.00
"","",
"Customer3","Desc2",10.00

But MYOB cannot accept "","", as blank line

It need

"Customer1","Desc1",100.00

"Customer2","Desc2",105.00

"Customer3","Desc2",10.00


So I cannot insert a blank record between each record. I think only way to do this is by low level file funtion.

Any advice?

TIA.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform