Btw.
When LV sees a \00 from a dll it ends the string. But if you have a LV
string, you can attach \00 after it!
This works because LV keeps track of the length of the string, in stead of
ending it after \00 (correct me if I'm wrong, Greg). Anyway, NULL is valid
in LV, but not in a C string, because it ends the string.
Here it is (let's see if it works)...
Regards,
Wiebe.
"jcoppock"
wrote in message
news:5065000000050000003F960000-1027480788000@exchange.ni.com...
> Zipping up attachments seems to be working if you could just do that.
> I'm interested in seeing your solution, but I don't know that I really
> want to replace nulls with another value because I don't know what
> value I would choose that
would be reliably consistant.