PAD - PHP Application Driver


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


Sequences - Xref - Remove - subtract


Concepts | Sequences | Actions | Examples | Reference

reference2


App: sequence Page: keepRemoveFlag/substract

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