![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
Creates a simple xml array of numbers.
-s the start index (default 0)
-e the end index (default 10)
-i the jump between indices (default 1)
eg. xmlnumarray -s 2 -e 20 -i 2
displays 2 4 6 ... 20
eg. xmlnumarray -s 1
displays 1 2 3 4 5 6 7 8 9 10