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 (February 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 25 Feb 2009 12:51:42 -0800
Reply-To:     "Huang, Ya" <Ya.Huang@AMYLIN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Huang, Ya" <Ya.Huang@AMYLIN.COM>
Subject:      Re: ODS Text w/ Macro variable
Comments: To: Chang Chung <chang_y_chung@HOTMAIL.COM>
In-Reply-To:  <200902252041.n1PJEvJn012322@malibu.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"

Chang,

Interesting! It does work. Byt why?

-----Original Message----- From: Chang Chung [mailto:chang_y_chung@HOTMAIL.COM] Sent: Wednesday, February 25, 2009 12:42 PM To: Huang, Ya Subject: Re: ODS Text w/ Macro variable

On Wed, 25 Feb 2009 15:38:58 -0500, Ya Huang <ya.huang@AMYLIN.COM> wrote:

>Try this: > >ods text="<a name=""&&LC&i""></a>";

if the above works, then the following should work, too! ods text="<a name='&&LC&i'></a>"; cheers, chang


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