WyrmMaster
01-17-02, 02:42 PM
Anyone know if its possible to have multiple variables in a input or output command. Heres what i have so far, but dont know how to put in the other cordinate in the same line.
:Request "Point1",x
:Text "Midpoint="&string(x)
I can do it with one variable per command. So i input the x and y cordinates as seperate lines, same with the output, but i am wondering if i can do them two at a time, so it will output (x,y) ect.
:Request "Point1",x
:Text "Midpoint="&string(x)
I can do it with one variable per command. So i input the x and y cordinates as seperate lines, same with the output, but i am wondering if i can do them two at a time, so it will output (x,y) ect.