Date: Thu, 15 Jul 2004 08:01:52 -0500
Reply-To: Chuck Enright <chuck_sas@CFEDATA.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Chuck Enright <chuck_sas@CFEDATA.COM>
Subject: MCIPISTR - Passing spaces in string?
Content-Type: text/plain; charset=ISO-8859-1
I'm having trouble passing the imbedded spaces of a filename with the MCIPISTR
command. I'm also looking for suggestions on how to get the device options
sent back to the log.
/* Using V8.2 on Win2000 */
DATA _NULL_;
rcs = MCIPISTR('Play C:\WINNT\Media\The Microsoft Sound.wav');
PUT rcs=;
RUN;
|