PAD - PHP Application Driver


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


Sequences


Concepts | Sequences | Actions | Examples | Reference

Examples

Examples ! Many are generated and do not always make sence,
the examples from 'specials' are hand crafted and gives a good view of what the Sequences subsystem of PAD can do.



sequences | specials | random | play/single | play/double | keepRemoveFlag

all   parms   random   randomize   randomize_vs_shuffle   total  


HTML RESULT
{sequence from=1, to='15..25'} {$sequence} {/sequence}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{sequence from='-10..-5', to=10} {$sequence} {/sequence}
-9 -8 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 8 9 10
{sequence rows='15..25'} {$sequence} {/sequence}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{sequence rows=15, increment='1..10'} {$sequence} {/sequence}
1 7 13 19 25 31 37 43 49 55 61 67 73 79 85
{sequence rows=15, increment='1...10'} {$sequence} {/sequence}
1 10 20 22 30 34 35 36 45 51 56 62 65 67 68
{sequence from='10..20', to='40..50', rows='10..20', increment='1...10'} {$sequence} {/sequence}
17 25 30 36 44




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

(c) 2003-2025 Herbert Groot Jebbink