Microsoft
Software
Hardware
Network
Question : How do you use an underscore character in an AutoCad LISP script?
Hello,
Can someone please tell me how to write out the underscore character in LISP? I am not familiar with LISP, but I have a user trying to edit a script for use with AutoCAD. A device he is trying to plot to has an underscore in the name. Is underscore a reserved character in LISP? I'm hoping there is an escape character that can be used in front of the underscore. I.e., test\_printer would mean test_printer
Thanks.
Answer : How do you use an underscore character in an AutoCad LISP script?
Underscore should be a valid character is lisp. Try test//_printer, "test\_printer" or post some more of your of your code so we can see what you are trying to do.
Random Solutions
XCOPY or COPY help
Can't set Datagridview data source to list object
add name to combo box on form
What to do when MS Forefront fails?
HTML 5: UML diagram drawing: Sequence diagram: Class(Clazz).
Exchange - outgoing messages stuck in SMTP Queue after repair install -
"HP TouchSmart PC" - How to invoke the recovery partition?
float left
Can't get checkbox to check if query criteria exists
Robocopy - How do i copy images from one directory structure to a single folder?