Hi, what is the max length advised of a string ?
I had an error :
<Failed to invoke symbol >
in my method (split cf this topic ).
But I know that this is due to the length of my string that is very very long ... when using smaller strings it works.
and the system.println(mystr) failed in memory error.
then what is the max length advised for avoiding this errors.
thanks