G grassaj Registered User. Local time Today, 03:27 Joined Feb 27, 2002 Messages 10 Jun 12, 2002 #1 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!
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!
RichMorrison Registered User. Local time Yesterday, 21:27 Joined Apr 24, 2002 Messages 588 Jun 12, 2002 #2 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
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