Returnig String from Function 255 char limitation

KennyM

New member
Local time
Today, 11:55
Joined
Sep 12, 2006
Messages
4
Hi,

I have a function that returns a string. The function is called within text box on a report. The function seems to be truncating all strings to 255 characters. I've tested the function outside of the report and it is still truncating to 255. I've also checked with a breakpoint and the string is actually truncating at the point of return. Is there any way of allowing strings longer than 255 characters to be returned by a function.

Thanks in advance.

Kenny:)
 
Last edited:

Users who are viewing this thread

Back
Top Bottom