I have this
Object { name: "Fresh", styleUrl: "#icon-959-F8971B-nodesc", ExtendedData: "", Point: Object }
and there is another property in the last one (Point:Object) like
coordinate:"1,2,3"
I want to access to the string "1,2,3" and separate it to variable like
x=1,y=2
I don't need 3 .Do you have any idea for javascript?