View Single Post
  #5  
Old 03-06-2002, 08:26 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

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..
Reply With Quote