Search found 1 match

by Peter
Fri Feb 17, 2006 1:37 am
Forum: Dale Harris Educational Software
Topic: POS file formats
Replies: 15
Views: 54487

The below code will export the Barcode, Description and Inventory of your store for easy export into other software. I'm currently working on an PHP/mySQL import program. DIM TB$(13) FL$ = "C:\POS\POSFILENAME": COLOR 15, 1: CLS OPEN FL$ + ".POS" FOR RANDOM AS 1 LEN = 80 OPEN FL$ + ".CSV" FOR OUTPUT ...