Forum Discussion
khoffman90
13 years agoContributor
Hi
When I was using find the other day i found it was case sensitive.
propertyNames = new Array("name", "value", "type");
Try:
propertyNames = new Array("Name", "value", "type");
When I was using find the other day i found it was case sensitive.
propertyNames = new Array("name", "value", "type");
Try:
propertyNames = new Array("Name", "value", "type");