Page 1 of 1

Looping though an array

Posted: Thu Oct 15, 2020 10:54 am
by hudatolah
if computersystem then
valuerow:= [];
valuerow := computersystem;
for f in valuerow do
list.append(mylist, valuerow);
log.info("List of values DEBUG: %mylist%");
end for;
end if;