sean112 Posted July 20, 2016 Posted July 20, 2016 Before, when I just use a simple getstring command, mtext works just fine: (command "_mtext" '(221 369) "J" "MC" '(395 357) V1 "") But now I am using a dialog box, I did this: (action_tile "accept" (setq V1 (get_tile \"Street_name\"))) However, if I use a "text" command, it works fine. Both getstring and get_tile should give me a string back right? Why is this so? Thanks guys! Quote
sean112 Posted July 20, 2016 Author Posted July 20, 2016 Also, is there a way to assign a button with a value, so that when I click on first button, the program is going to set a variable to 1, then second button for setting variable to 2? 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.