- This topic has 3 replies, 4 voices, and was last updated 15 years, 7 months ago by .
-
Topic
-
I have iterated on fields, groups and segments. However I am having trouble with iterate on list. { { OP ITERATE }
{ BASIS {0 1 2 3} }
{ VAR %L1 }
{ TYPE list }
{ BODY {
{ { OP COPY }
{ ERR 0 }
{ IN @null }
{ OUT {{0(0).EVN.#5.[%L1]}} }
}
}}
The object is to null out EVN:5.[0] , EVN:5.[1] ,EVN.[2] and EVN.[3]. But when I run it, only EVN:5.[0] gets nulled out. What am I doing wrong?
Viewing 2 reply threads
Viewing 2 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.