function URIToLocation(aURI: string): TCSLocation;
==== Parameters ====
* **//aURI//**
* //type:// string
* //functions:// URI string
==== Returned value ====
* //type:// [[en:wascript:pascal:records:tcslocation|TCSLocation]]
* //functions:// URI string converted into location
===== Examples =====
var URI := 'https://google.com';
var location := URIToLocation(URI);