I'm sure I have just missed it, but I am looking for the string function that handles formatting with parameters:
var pageNumber:int = 5;
String.Format("Are you sure you want to delete page {0}?", pageNumber);
How do you do this in Action Script?
Thanks!

