//DATA
Calculation results
Port of loading: Karachi, PK
Port of discharge: Dammam, SA
Distance: 931 nautical miles
Vessel speed: 10 knots
Time: 3 days 21 hours
//Parse technique
Object.Text = r.Substring(r.IndexOf("Distance:") + 10, r.IndexOf("nautical") - (r.IndexOf("Distance:") + 11));
//Result
931
No comments:
Post a Comment