printf-as3 icon indicating copy to clipboard operation
printf-as3 copied to clipboard

A printf like facility for Actionscript, loosely inspired by Python's.

Results 2 printf-as3 issues
Sort by recently updated
recently updated
newest added

Commit: b74c6a1effcbd3ef8de35479d70b10696d99c80a when some one does: printf("%.2f", 0.0000000007) It becomes: 0.1 ??

Attached is a proposal of extension to printf function with the following features: 1. Nested property references are supported, i.e. %(user.account.login)s 2. Special support for array indexing of nested properties...