check on manual for proper documentation of for-each and for-to

if we are talking about for each, it scans through all elements in array.
the variable named (for each VARIABLE in ARRAY) is the varname used to receive this array element.
it changes on each loop (like the for-each name already says) incrementing from starting element (0) to the last one (ubound)
_________________________
!

download KiXnet