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) );
|