Files Counting

justin mun
07-18-2003, 12:09 AM
hi,

Presently, i issued this command in my program,

SendKeys "C:\Sound1.wav"

Can i make the file save to another name whenever i issue this command again.

Meaning to C:\Sound2.wav
to C:\Sound3.Wav

etc...

Can i knoe the code to this




Thank you very much

Squishy
07-18-2003, 12:13 AM
Dim intCount as Integer
' At every command
intCount = intCount + 1
SendKeys "C:\Sound" & intCount & ".wav"


Is this what you mean?

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum