Hi there,
wondering if Flex knows a function to add slashes like the php addslashes function.
This required as flex doesnt take kindly to my external input which reads somethings like:
["date(2008,01,10)"]
It probably changes it in the background into:
"["date(2008,01,10)"]"
No problem wouldnt it be used in a navigateToURL(url,"_blank"); function and takes the comma tobe part of the function rather than seeing it as 1 string.
"[\"date(2008,01,10)\"]"
would give an easy solution.
wondering if Flex knows a function to add slashes like the php addslashes function.
This required as flex doesnt take kindly to my external input which reads somethings like:
["date(2008,01,10)"]
It probably changes it in the background into:
"["date(2008,01,10)"]"
No problem wouldnt it be used in a navigateToURL(url,"_blank"); function and takes the comma tobe part of the function rather than seeing it as 1 string.
"[\"date(2008,01,10)\"]"
would give an easy solution.