Generate spread : content = slicenumbers

hi there!

i have a spread and want to “add” the slice numbers into the slices themselves. the only way that came to my mind was to generate a spread with the according number of slices and then to simply + the spreads.

but how to generate this spread? i don’t want to type in 1000 numbers. or a faster way?

thnx for all the help, working really hard here on some project till tomorrow!

greets

Try the I (Spreads) spread to generate 1-100000.
Use count (value) to get the slice count of the other spread.

And check Woei’s BuildSpread module.

yeah, thanks!

figured that one out myself :)