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 (July 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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;


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