Hi,
I am trying to come up with a script to change the start level of a bunch of
bundles at once, but so far no luck.
First I tried the obvious: 'bundle:start-level 90-150 40', that didn't work :-)
Than I tried various iterations of 'list = [90-150]; each ($list) {
bundle:start-level 40 }' but there doesn't appear to be a way (At least I can't
find it) to specify a range for a list, so the value inside the brackets just
evaluates to '90-150' :-) I tried comma, semi-colon, ellipses, colon, all to no
avail.
In the time I spent on the script I could have typed the entire range by hand
dozens of time. That wouldn't have been fun though :-)
Any suggestions are appreciated.
Erwin