im making a gps tracking program and i receive an sms message with the following content
smsMessage="http://maps.google.com/maps?q=42.396068,13.45201,17 phone is outside the area"
Could anybody be so kind and tell me how i can split out only the needed longitude and the latitude from the sms string ?
thanx in advance