Hi,
Is there a way to know the lenght of an array inn karel or if I have to keep it into a seperate INTEGER
abc : ARRAY[30] OF INTEGER
exemple : LEN(ABC) ---this return 30
Or
Mayby something like FOR EACH in a Vbscript
total = 0
FOR EACH item IN abc DO
total = total + item
ENDFOR