Quote:
Originally Posted by fysiks
You need to learn to debug these things on your own if you are going to keep asking about trivial problems.
When you are working with strings and need to know the maximum string length (arguments 3, 5, and 7 of the parse command), you should be charsmax(szStringVariable).
|
The
index out of bounds refers to the limit of entries in
lines being greater than 31
lines[30][100] to lines[100][100] not work, with error:
stack error
and...
PHP Code:
parse(lines[i], line_variable, charsmax(line_variable), line_value, charsmax(line_value), line_value2, charsmax(line_value2))
not work...
How to fix?