<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:10px"><div dir="ltr" id="yui_3_16_0_1_1425235736363_3822">Is it possible to split a formatted symbol such as...</div><div id="yui_3_16_0_1_1425235736363_3872" dir="ltr">drums_1.wav<br></div><div id="yui_3_16_0_1_1425235736363_3894" dir="ltr">...to extract the float '1' and use that to assign a meaningful attribute?</div><div id="yui_3_16_0_1_1425235736363_3982" dir="ltr"><br></div><div id="yui_3_16_0_1_1425235736363_3950" dir="ltr">For example a float could represent a loop playback switch. <br></div><div id="yui_3_16_0_1_1425235736363_4037" dir="ltr">if I have 'drums_0.wav' I would like to extract the float, find that it</div><div id="yui_3_16_0_1_1425235736363_3981" dir="ltr">is '0' and then I would know that this WAV file is say, not to be looped.</div><div id="yui_3_16_0_1_1425235736363_3993" dir="ltr">Or if I had 'drums_1.wav' I would be able to parse the filename, find the '1'</div><div id="yui_3_16_0_1_1425235736363_4049" dir="ltr">which I now know to loop the WAV file.</div><div id="yui_3_16_0_1_1425235736363_4086" dir="ltr"><br></div><div id="yui_3_16_0_1_1425235736363_4087" dir="ltr">Thanks in advance! John<br></div></div></body></html>