Can anyone tell me why the following gives me the error "Object doesnt support this property or method"? Im sure its something really simple, I just cant see it.
btw - array_string = "a,b,c"
Code:
rota_name_array = array_string.split(","); alert(rota_name_array.length);
Comment