[thelist] [JS] toLowerCase() not a function error - data types

Tanner Burson tanner at younet.okstate.edu
Wed Apr 7 11:33:34 CDT 2004


*This message was transferred with a trial version of CommuniGate(tm) Pro*
Does anyone know why specifying the index of the array in exec
wouldn't return a string? I kind of would rather not have to do the
string manipulation if I don't have to.

Try doing doing 
typeof(array[0]);  
and see what datatype JS believes those elements to be.

Tanner



More information about the thelist mailing list