In a database I have lat and long values in the format
51.76875616, 1.272628
When I grab them for use in anotehr application I need to pass oevr the values in reverse, i.e.
1.272628, 51.76875616
How do I do this? I am using rs("latlong") to grab the original data.
Thanks folks
51.76875616, 1.272628
When I grab them for use in anotehr application I need to pass oevr the values in reverse, i.e.
1.272628, 51.76875616
How do I do this? I am using rs("latlong") to grab the original data.
Thanks folks