2010-09-15 14:10 UTC
hello gents
Im working on a program to act as a keypad
im using the follow example code to send the numbers to the acad command line and it works
however im not able to get the "@" symbol to be sent to the acad command line.
would anyone have any suggestions on how to achieve this?
any help is appreciated
Im working on a program to act as a keypad
im using the follow example code to send the numbers to the acad command line and it works
however im not able to get the "@" symbol to be sent to the acad command line.
would anyone have any suggestions on how to achieve this?
any help is appreciated
(defun c:KEYPAD_Form1_TextButton1_OnClicked (/)
(COMMAND ".75")
(PRINC)
)