• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

problem with send.command

  • Thread starter Thread starter Pombia
  • Start date Start date

Pombia

Guest
thisdrawing.sendcommand "testom" & vbcr & "0,11.5" & vbcr & "g" & vbcr & "mc" & vbcr & "5.75,9.5" & vbcr




After this command I can't write inside the textm just created by an imptbox inserted before this code

Can anyone help me?
 
This is in lisp
(command "_mtext" "0,11.5" "_j" "_mc" "5.75,9" "your text"")
using vba you have to double quotes
(command ""_mtext"" ""0,11.5"" ""_j"" ""_mc"" ""5,75,9" """" ""your text" """""")

bye
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top