AndrewMozley
Programmer
I ought to know the answer after all these years. If I have a 2-dimensional array, can I populate all the elements of one row in a single instruction. So :
DIMENSION MyArray(100,4)
MyArray[1] = {"Prodcode", 15, "N", "Product code")
MyArray[2] = {"Desc1", 30, "Y", "Description")
. . . .
I have tried writing this type of code, but VFP accuses me of attempting to specify a date.
Most grateful. Andrew
DIMENSION MyArray(100,4)
MyArray[1] = {"Prodcode", 15, "N", "Product code")
MyArray[2] = {"Desc1", 30, "Y", "Description")
. . . .
I have tried writing this type of code, but VFP accuses me of attempting to specify a date.
Most grateful. Andrew