................................
Announcement
Collapse
No announcement yet.
I want to display the audio name that running on background
Collapse
X
-
RTFM!
1. Action Reference >> Audio >> Audio.GetFilename
2. Action Reference >> String >> String.SplitPath
Code:sPath = Audio.GetFilename(CHANNEL_BACKGROUND); tParts = String.SplitPath(sPath); Dialog.Message("Notice", tParts.Filename .. tParts.Extension);
-
Originally posted by BioHazard View PostRTFM!
1. Action Reference >> Audio >> Audio.GetFilename
2. Action Reference >> String >> String.SplitPath
Code:sPath = Audio.GetFilename(CHANNEL_BACKGROUND); tParts = String.SplitPath(sPath); Dialog.Message("Notice", tParts.Filename .. tParts.Extension);
Comment
-
Originally posted by BioHazard View PostRTFM!
1. Action Reference >> Audio >> Audio.GetFilename
2. Action Reference >> String >> String.SplitPath
Code:sPath = Audio.GetFilename(CHANNEL_BACKGROUND); tParts = String.SplitPath(sPath); Dialog.Message("Notice", tParts.Filename .. tParts.Extension);
Comment
Comment