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  
 
programming4us programming4us