Jump to content

Recommended Posts

Posted (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 by maahee
  • maahee changed the title to text and mtext
Posted

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)))

 

  • Thanks 1

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...