Ahh.. I see... I got it working when unpacking the item names.. My problem is because its null terminated, my loop is bombing out... I see now Im not going to be able to do it gracefully, Im going to have to specify every column by its array position, and build each one of the strings uniquely..
I was hoping I could unpack the entire string, parse through it by null terminators, then seperate each of those values into a parm list, but I think i will probably have to hand wrap it.
Thanks Hogie! I'll give it a shot when i get home and see what I can yank out..
|