Date: Wed, 4 Feb 2004 21:45:45 -0500
Reply-To: Don Stanley <don_stanley@PARADISE.NET.NZ>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Don Stanley <don_stanley@PARADISE.NET.NZ>
Subject: Re: String literal with embedded hex ?
What are you saying Richard? That
text="Line 1" || "0A"X || "Line 2";
does not work(I think it does)
or that
text="Line 1" "0A"X "Line 2";
does not work (I wouldn't expect it to)?
Or are you seeking a way to do the concatenation using a function rather
than concatenation chars?
Don (don.stanley@nbnz.co.nz)
On Wed, 4 Feb 2004 21:15:21 -0500, Richard A. DeVenezia
<radevenz@IX.NETCOM.COM> wrote:
>Is there a single character expression that does the same as
>text="Line 1" || "0A"X || "Line 2";
>
>This does not work
>text="Line 1""0A"X"Line2";
>
>--
>Richard A. DeVenezia