I have:
A1 = XML.GetValue(strXMLPath.."/audio1")
A2 = XML.GetValue(strXMLPath.."/audio2")
A3 = XML.GetValue(strXMLPath.."/audio3")
A4 = XML.GetValue(strXMLPath.."/audio4")
for x = 1,4 do
AudiClip = "A"..x..""
soo.....AudiClip will be A1 or A2 or A3
Now
btn = Dialog.Message("Selected Audio is:", AudiClip , MB_RETRYCANCEL);
Which gives Selected Audio is: A1
I want the A1 path instead c:\audio\F How?

Reply With Quote
