Date: Thu, 20 Apr 2000 12:09:06 -0700
Reply-To: Robert Virgile <virgile@MEDIAONE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Robert Virgile <virgile@MEDIAONE.NET>
Subject: Re: Macro Variables and Titles
Content-Type: multipart/alternative;
To preserve the ampersand in a title, fool the macro processor into
thinking it is a separate token:
title "%str(&&)part=A";
Good luck.
Bob V.
[text/html]
|