M
MikeC
I just encountered a new problem I've never seen before.
I have defined a string variable in a standard code module
of AXP and when I set the value, the data gets truncated
after 255 characters.
The online help for the string data type states:
1) A variable-length string can contain up to
approximately 2 billion (2^31) characters.
2) A fixed-length string can contain 1 to approximately
64K (2^16) characters.
Does anyone have any insight into what could be causing
this problem?
I have defined a string variable in a standard code module
of AXP and when I set the value, the data gets truncated
after 255 characters.
The online help for the string data type states:
1) A variable-length string can contain up to
approximately 2 billion (2^31) characters.
2) A fixed-length string can contain 1 to approximately
64K (2^16) characters.
Does anyone have any insight into what could be causing
this problem?