Looping though an array

Post Reply
hudatolah
Site Admin
Posts: 143
Joined: Thu Apr 04, 2013 8:10 pm
Are You a Headhunter?: Affirmative
Surfer?: Yes

Looping though an array

Post by hudatolah » Thu Oct 15, 2020 10:54 am

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;
The Blackholesurfer. My surfboard has teeth.

Post Reply