S straybullet Member Licensed User Longtime User May 25, 2012 #1 How many characters can a string hold, ie its maximum storage limit?
Erel B4X founder Staff member Licensed User Longtime User May 25, 2012 #2 There is no hard limit. The only limitation is the available process memory. Upvote 0
S straybullet Member Licensed User Longtime User May 25, 2012 #3 OK I guess I should mention this string is storing text from an edit box, is there a limit on the edit box text? I am only think 500 to 800 characters of storage, I just want to make sure I'm not breaking some unknown limit/rule Thanks Upvote 0
OK I guess I should mention this string is storing text from an edit box, is there a limit on the edit box text? I am only think 500 to 800 characters of storage, I just want to make sure I'm not breaking some unknown limit/rule Thanks
E edgar_ortiz Active Member Licensed User Longtime User May 26, 2012 #4 straybullet said: OK I guess I should mention this string is storing text from an edit box, is there a limit on the edit box text? I am only think 500 to 800 characters of storage, I just want to make sure I'm not breaking some unknown limit/rule Thanks Click to expand... NO problem... for debug reasons I have fields with more than 1200 chars. Regards Edgar Upvote 0
straybullet said: OK I guess I should mention this string is storing text from an edit box, is there a limit on the edit box text? I am only think 500 to 800 characters of storage, I just want to make sure I'm not breaking some unknown limit/rule Thanks Click to expand... NO problem... for debug reasons I have fields with more than 1200 chars. Regards Edgar