giorgio - 2009-07-15 08:21:49
Hello,
excuse me for my 'lite' english.
i have a problem, i need to create a number range starting from a selection of a some number (a form with a multiple selection).
Example:
if i select from a multiselect this number: 5 15 and 23 (the master sequence is from 1 to 35) i need to split and make a sequence like this:
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 26 --->34
35
How make it possible?
tahnks a lot.
Giorgio