Hi Manjunathb,
See there are lot of processes to solve your query. I am giving you simplest method to do this:
Dim URL : URL = "http://<system name>:8080/<suffix>
Dim RplString : RplString = "10.127.0.0"
Msgbox Replace(URL, "<system name>", RplString)
Check this.
See there are lot of processes to solve your query. I am giving you simplest method to do this:
Dim URL : URL = "http://<system name>:8080/<suffix>
Dim RplString : RplString = "10.127.0.0"
Msgbox Replace(URL, "<system name>", RplString)
Check this.