Hi Guys,
I have a simple process whereby I split a comma separated string. The issue is that it comes back as a variant data type not an array and this blocks the rest of my process from working
The code is:
' sADMIN_ALLOWED_HTML_TAGS = "P,BR,UL,OL,LI"
if sADMIN_ALLOWED_HTML_TAGS <> "" then...