LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 10 Apr 2003 05:47:53 -0700
Reply-To:     Basem <batawfic@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Basem <batawfic@YAHOO.COM>
Organization: http://groups.google.com/
Subject:      Special character
Content-Type: text/plain; charset=ISO-8859-1

I'm trying to call this macro where m_Model_1 may contain something like that "sofa D' amizo", that is, single quote, the program crash, why?!

%Lookup(int_make=&m_Make_1, int_model=%superq(m_Model_1) );


Back to: Top of message | Previous page | Main SAS-L page