PAD - PHP Application Driver


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


Sequences - Xref - Remove - chance


Concepts | Sequences | Actions | Examples | Reference

reference2


App: sequence Page: keepRemoveFlag/chance

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




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

(c) 2003-2025 Herbert Groot Jebbink