I have html formatted text getting placed into a dynamic text box and everything works perfectly, except that I'm trying to write this:and I need to replace "<" with "%3c" for URL encoding, but it won't let me do it. It seems like it's replacing the "%3c" with a "<" and then treating it like it a tag bracket again. But I can do "%3e" for ">" with no problems at all.Code:for (i=1; i<=10; i++){ trace ("i = "+i); }




Reply With Quote