VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Length Lucky (5 replies, 0 views) (2000-May-3) I think you have to set the length of the string, otherwise it doesn't know how many bytes to read:
Dim strTest as String * 10
That'll give you a ten character string.
Also, I've noticed that if you place a string in a UDT you don't need to do this.. when you get/put a UDT it automatically gets/puts the string-length data as well! Handy.
Lucky
|