Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error when saving audio using mciSendString

Status
Not open for further replies.

Fifer74

Programmer
Feb 25, 2003
12
0
0
GB
I am using the following line of code to save a voice file (.wav) to
disk and it works fine when the filename contains no spaces. However
the file doesn't get saved when its name contains a space. Does anyone
know what is going wrong and how I can fix it ?

nReturn = mciSendString("save Voice1 " & m_sVoiceFile, "0", 0, 0)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top