maahee Posted February 19 Posted February 19 (edited) (command "_text" p13 0 (strcat "RISER" " " (rtos rh 2 3) //n"TREAD" " " (rtos t 2 3))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; text is written in a separate line in mtext and text RISER 0.16 TREAD 0.30 Edited February 22 by maahee Quote
BIGAL Posted February 19 Posted February 19 Possible 2 problems you can not use a variable name of "t" this is interpreted as the system variable TRUE, use say Tval. The other is Mtext may be a better way to go. (command "_mtext" p13 p13 (strcat "RISER " (rtos rh 2 3) "\n" "TREAD " (rtos tval 2 3))) 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.