Software Development Network>> Visual Basic>> VBScript Qs - Base Url
iGNiTe wrote:Hi,Just wondering what the function/property is in VBScript that will return the base url
Try a search on>> http://www.w3schools.com/vbscript/default.asp for your answer.
I'd maybe use the SPLIT function so that the array results returned would spilt on the "/" character.
See.>> http://www.w3schools.com/vbscript/func_split.asp
Use a 1 in the function for a textual compare.
Regards,
S_DS
VBScript Qs - Base Url
cleverous
Leon Langleyben
Try a search on>> http://www.w3schools.com/vbscript/default.asp for your answer.
I'd maybe use the SPLIT function so that the array results returned would spilt on the "/" character.
See.>> http://www.w3schools.com/vbscript/func_split.asp
Use a 1 in the function for a textual compare.
Regards,
S_DS
dkoco