PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


KeepRemoveFlag/repeat

HTML RESULT
{sequence 25, push='mySequence'}
{pull mySequence, make,   repeat=4} {$sequence} {/pull}
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
{pull mySequence, keep,   repeat=4} {$sequence} {/pull}
4
{pull mySequence, remove, repeat=4} {$sequence} {/pull}
1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{pull mySequence, flag,   repeat=4} {$sequence} {/pull}
0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0




home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink