The listtotal parameter appears to be set at the beginning of the loop and isn't dynamically checked each loop (from my test) hence why I need to set a large loop to assure the loop loops enough terms, however, this method requires the ability to manually break the loop.
I am sure I was able to break out a for by using
if (a=
then
return value
where value was just a nominal string.
Now this isn't working, the return is definitely hit as have added a javascript alert() to the then statement, but the return is ignored and the loop goes round again.
Any ideas?

Sign In
Register
Help


MultiQuote
