Submits an MCI string command to a piece of multimedia equipment.
Category: | Special |
Windows specifics: | all |
is any valid SAS string; a character variable, a character literal enclosed in quotation marks, or other character expression.
msg=mcipistr("open cdaudio alias cd"); msg=mcipistr("play cd"); msg=mcipistr("stop cd"); msg=mcipistr("close cd");