function incrementString(str:String):String { return String(Number(str)+1); }