I have a text file setup called client.txt
inside it has
Halusa Decorations|Streamers|455892|$3.50
Kellys Floral|Frangipani|270272|$2.00
-
Im using Listview in Report mode i was wondering how to grab each item e.g company|item|productid|cost into and put them into the Columnheaders
| Company Name | Product | Product ID | Price |
Halusa Decorat.. | Stream..| 455892.....| $3.50|
Using the Open, Write Functions
Any help would be great :)