PDA

View Full Version : How do I get lisp to show inch marks as part of a string?


Phych
11-16-2004, 12:46 PM
if I type a name (for this common paper size)
(read "11x17")
lisp returns....
11x17
Since I have a printer named 11"x17", I need lisp to return the inch marks
as part of the actual string. So, if I type
(read "11"x17"")
Audolisp cannot define it. What additional characters do I place next to the
inch
marks to enable 11"x17" to be read as a string?

Thanks in advance.
AJ

Michael Bulatovich
11-16-2004, 01:37 PM
From the Help:

Control characters

Code Description
\\ \ character
\" " character
\e Escape character
\n Newline character
\r Return character
\t Tab character
\nnn Character whose octal code is nnn
\U+xxxx Unicode character sequence
\M+nxxxx Multi-byte character sequence
--


MichaelB
www.michaelbulatovich.com



"Phych" <me@noway.net> wrote in message
news:10pkpoe8nhvd145@corp.supernews.com... if I type a name (for this common paper size) (read "11x17") lisp returns.... 11x17 Since I have a printer named 11"x17", I need lisp to return the inch marks as part of the actual string. So, if I type (read "11"x17"") Audolisp cannot define it. What additional characters do I place next to
the inch marks to enable 11"x17" to be read as a string? Thanks in advance. AJ


MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service