Hi all,
I have a string in C2 of bytes (of a URL) that I need to convert into text for use in C2
EG:
"1,103,111,111,103,108,101,46,99,111,109" (comma separated bytes in a string)
that I need to convert to:
"google.com"
What is the simplest way to do this in C2?
OR, if there is a quick and easy way to use the Browser.Javascript feature to achieve this result -- I'd accept that too... Haven't had much exposure to that feature in C2 though, or how you reference/store results into a C2 string datatype...
Any help would be appreciated
Cheers,
-Remy