probably in this case the var input is empty after line 88 and so data is empty
Check in line 94 whether data.length is >1
- if (data.length > 1) {
- ellipse(data[0], data[1], data[2], data[3]);
- print("OK with " + input);
- }
- else
- {
- print("empty with "+input+"<");
- }
instead just draw the old ellipse
Greetings, Chrisir
If you need an answer, please send me a personal message since this forum doesn't notify.