'Declare Variable @73-61C0F773
Dim CenterList
CenterList = CCGetParam("CenterList","(0)")
CenterList = replace(Centerlist, " ", "")
'End Declare Variable
**the value of CenterList is (57,73)
how do i enclose it in double quotes so that i would get "(57,73)"
thanks,
Dim CenterList
CenterList = CCGetParam("CenterList","(0)")
CenterList = replace(Centerlist, " ", "")
'End Declare Variable
**the value of CenterList is (57,73)
how do i enclose it in double quotes so that i would get "(57,73)"
thanks,