PAD - PHP Application Driver


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


Sequences - Xref - Make - powerful


Concepts | Sequences | Actions | Examples | Reference

reference2


App: sequence Page: keepRemoveFlag/powerful

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


App: sequence Page: play/single/powerful

HTML RESULT
{sequence even,           rows=5}  {$sequence} {/sequence}
2 4 6 8 10
{sequence powerful,       rows=10} {$sequence} {/sequence}
1 4 8 9 16 25 27 32 36 49
{sequence even, powerful, rows=5}  {$sequence} {/sequence}
4 8 16 32 36




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

(c) 2003-2025 Herbert Groot Jebbink