Um..............
Ctrl+ and Ctrl- with Ctrl0
seem to me the fastest !

Code: Select all
fileNameNoExtension=fileNameNoExtension.split( " " );
alert(fileNameNoExtension[0]);
alert(fileNameNoExtension[1]);
myLayerRef.name = fileNameNoExtension[1];
myTextRef.contents = fileNameNoExtension[1];
Code: Select all
DeleteToolPreset ("Brush tool test0 2") // "test0") // "Air Brush");
Code: Select all
alert (index)