String Maxing out!

grassaj

Registered User.
Local time
Today, 03:27
Joined
Feb 27, 2002
Messages
10
I thought that strings could contain tons of characters, but I keep getting an error when it goes past 255 characters. Does anybody know how to fix this problem? Thanks!
 
Yes a String variable within a module can contain more than 255 characters.

But some functions that accept string data types as parameters are limited to 255.

Can you give an example of the problem ?

RichM
 

Users who are viewing this thread

Back
Top Bottom