View Single Post
  #1  
Old 01-11-2005, 01:06 AM
DarkShadows_Legend DarkShadows_Legend is offline
Cult of the Winky
DarkShadows_Legend's Avatar
Join Date: Apr 2003
Location: Florida
Posts: 614
DarkShadows_Legend is on a distinguished road
Send a message via AIM to DarkShadows_Legend
String length limit?

I had ran into a problem where I had used a string list to save the name of all the images of items collected by the player, but I continuously had a problem where when I logged on later I would notice that the string got chopped off after a certain charatcer. I wasn't sure if I had done something wrong when adding on to the string list.
I used the command
NPC Code:

addstring list,value;



I believe the problem I have encountered is that there might be a limit to how long a string can be. I counted all the characters within the string and got up to about 200 characters in all. I have pretty much figured out what to do if this is the case.

Do any of you know if there is a limit to how long a string can be?
__________________
- Criminal X

"I rather be hated for being myself, than be liked for being what you like best. I go above the influence, not under." - Me
Reply With Quote