0
trace("A {0} C".replace("{0}","B"));

Does not work.

trace("A %0 C".replace("%0","B"));

Does work.

What's so special about { } curly brackets that they can not be replaced? Escaping also does not work. Anyway to get it to work?

allocater
  • 33
  • 3

0 Answers0