Hallo - I have a string with a set of coordinates in it, separated by a comma.
The x & y coordinate strings can be of varying length.
I need to be able to locate the comma in the string so that I can split the string & retrieve the numbers.
Can individual elements of a string be accessed?
& the length of a string, like in C++ (eg string str.length())?
All help, gratefully...
Cheers,
Douglas JL
Common sense is what tells you the world is flat.
The x & y coordinate strings can be of varying length.
I need to be able to locate the comma in the string so that I can split the string & retrieve the numbers.
Can individual elements of a string be accessed?
& the length of a string, like in C++ (eg string str.length())?
All help, gratefully...
Cheers,
Douglas JL
Common sense is what tells you the world is flat.