I have a variable laddr2( one of a number - but one will do as a sample).
I wish to make up a URL with this value -like
lcURL = "
lcURL = lcURL + "&addr2="+ MY VARIABLE HERE +"&icon=x"
I have tried brackets and & with the variables but have not been able to get the variable value itself into the string.
Any one able to help?
Thanks Eric
I wish to make up a URL with this value -like
lcURL = "
lcURL = lcURL + "&addr2="+ MY VARIABLE HERE +"&icon=x"
I have tried brackets and & with the variables but have not been able to get the variable value itself into the string.
Any one able to help?
Thanks Eric