I tried using the "toUpperCase()" property to change the value of an array
entity to uppercase BUT it tells me that the property is invalid. It seems
that an array is not considered an object when it is assigned a text
literal?? HOW can I change the array value to upper case then? What other
method exists for arrays?
Ex:
var GridArrayName1 = new Array();
GridArrayName1[0] = new Array ('test-value');
GridArrayName1[0] = GridArrayName1[0] .toUpperCase();
The above won't work. I even tried assigning it to an object then using the
object's "toUpperCase()", but after the assignment the object now longer has
that property either??
'Sup?
thx,
--
=================================================
Mike S. Nowostawsky:
Email: mi******@sympatico.ca, mi******@yahoo.ca
Home Page: http://www3.sympatico.ca/mikenowo/
Lachine (Montreal), Quebec, Canada