set variable x to 0
set variable i to length of list
set variable multiply to 1
repeat (length of your list)
change x by (item i of list*multiply)
change i by -1
set multiply to (multiply*10)
That should do it
Last edited by archmage (2009-01-24 22:23:26)
Offline
mrweston wrote:
Except if the digits are in the order Jello gave, it'd be the reverse: [set i to (length of list)], and [change i by (-1)].
Oh yeah you are correct, I'll just fix my post.
Offline