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 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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 ?
Comments: To: Richard DeVenezia <radevenz@IX.NETCOM.COM>

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


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