Vismut65 Posted December 22, 2011 Posted December 22, 2011 Hi, Someone knows why this code doesn't work? (action_tile "rensa" "(command \"_.insert" "T:\\DUE\\Dimritning\\L3\\DUe_stativL3_v.dwg\" \"0,0\" \"1\" \"1\" \"0\")" ) /Dan Quote
Lee Mac Posted December 22, 2011 Posted December 22, 2011 You are missing a few escape characters: (action_tile "rensa" "(command \"_.-insert\" \"T:\\DUE\\Dimritning\\L3\\DUe_stativL3_v.dwg\" '(0 0 0) 1.0 1.0 0.0)") Though, there are restrictions on what may be evaluated whilst a dialog has focus (since standard DCL only permits modal dialogs). Quote
Vismut65 Posted December 27, 2011 Author Posted December 27, 2011 Thank you Lee Mac I will test your code. Quote
pBe Posted December 27, 2011 Posted December 27, 2011 or (action_tile "rensa" ([color=blue]vl-prin1-to-string (quote[/color] (command "_.insert" "T:\\DUE\\Dimritning\\L3\\DUe_stativL3_v.dwg" "0,0" "1" "1" "0")[color=blue]))[/color]) 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.