Hello, I am trying to figure out the commonly used functions for image manipulation. I am having a problem with:
var a = MM_preloadImages.arguments;
if(a[i].indexOf("#")!=0) /* i is an iterator */
Is this just returning the index of the string "#", or is there some special function for the symbol "#" ?
I can supply the whole function if needed.
Thank you.
var a = MM_preloadImages.arguments;
if(a[i].indexOf("#")!=0) /* i is an iterator */
Is this just returning the index of the string "#", or is there some special function for the symbol "#" ?
I can supply the whole function if needed.
Thank you.
Comment