Closed as3boyan closed 10 years ago
Take a look at project description on github.
import firetongue.Replace; str = fire_tongue_instance.get("$COLLECT_X_APPLES"); str = Replace.flags(str,["<X>"][num_apples]); //This line has typo! It should have comma, between array elements! ["<X>"],[num_apples]
Also:
str = Replace.flags(str, ["<X>"], [Std.string(num_apples)])
Done. Thanks!
Take a look at project description on github.