Posts: 404
Threads: 104
Joined: Sep 2008
Reputation:
0
I read somewhere that value of a PVar can't go over 255 or something, i wasn't paying much atention so i forgot the details and now it came back to haunt me so im scared that something is going to go wrong with my script.
Does it ring a bell to anyone? If so, could you tell me what is it about? Thanks.
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
Surely it would be simply the actual integer limit. (Not exactly sure what it is but some searching should pop it up) - If its above the integer limit, it will overflow and crash.
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
I don't think it's relating to 'integers' maybe string length.
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
Not sure, but I think one character in PVarString can't be over 255, but I have saved millions in PVarInts.
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
well I doubt it has an integer limit... there isn't much different in storing "255" or "999" in a variable..
however as silenthuntr said, it would be realistic with a string limit