#4554 closed defect (fixed)
Add sprintf to DojoX
Reported by: | Neil Roberts | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Should have a basic sprintf function, eg sprintf(format, arg[, args]...) as well as a compiling object that accepts the format and can later accept the arguments
Change History (5)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
comment:5 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [10606]) Fixes #4554. sprintf function. Implements all (to the best of my knowledge) main sprintf functionality.