Wolfie7873
Technical User
So i know that i can put stuff on the stack at will and a given function will wait until the right number of correct arguments are present before evaluating. so if my stack looks like this:
show
moveto
y1
x1
show
moveto
y2
x2
show
moveto
y3
x3
string3
string2
string1
will each string be shown at the corresponding point? or will all the movetos happen before i want them to.
Eddie
show
moveto
y1
x1
show
moveto
y2
x2
show
moveto
y3
x3
string3
string2
string1
will each string be shown at the corresponding point? or will all the movetos happen before i want them to.
Eddie