posted 17 years ago
Part of my instructions says
All text values, and all fields (which are text only), contain only 8 bit characters, null terminated if less than the maximum length for the field.
Is null terminated means add spaces at the end
for example "JOE DOE "
(or)
add null for example
"Joe Doenullnull"
Thanks,