Here is another easy one for you WinDev22 gurus;
I have a data file Cust_Order_Template with 2 fields
CustID - numeric, 4 Bytes
ItemList - binary
I want to store a number of 4 byte Item IDs in the ItemList field and later retrieve them into an array so that I can do an HReadSeekFirst on each in the Item file to retrieve additional info..
The problem is that I can't seem to find the correct syntax to successfully do this.
Should I be using some form of serialize?
Any ideas?
I have a data file Cust_Order_Template with 2 fields
CustID - numeric, 4 Bytes
ItemList - binary
I want to store a number of 4 byte Item IDs in the ItemList field and later retrieve them into an array so that I can do an HReadSeekFirst on each in the Item file to retrieve additional info..
The problem is that I can't seem to find the correct syntax to successfully do this.
Should I be using some form of serialize?
Any ideas?