Hello,
I am trying to do a repeat, but only for 1 item of a list. This item is randomly generated via the random function. The list let’s just say has a-z in it separated by comma’s. So the random function is (1,26). When I run the repeat it complains about it not being a number? Why is this?
This is what the error says…and I don’t understand, cause it found the value in the list via the randVar, but it’s complaining about it not being a number? Why?
4/12/12 1:34:45 PM logerror Runtime Error at line 220: STInvalidNumberException - Value is not a number: ‘A’
4/12/12 1:34:46 PM FAILURE Script Error Number of Errors logged: 1
Execution Time 0:00:00
Is it cause it doesn’t know how many times to run? cause in the loop I’m changing the randVar to a different item number, it just has to RUN to get it.
I’ve also left the “for” out of the repeat and it gets the same results.
Thanks in advance,
- Joe