Hi, Could you please explain why this works:
@sprintf("foo%02i", 3)
but this doesn't:
s = string("foo","%02i")
@sprintf(s, 3)
How is a formatted string different than an usual string?
-Júlio
Hi, Could you please explain why this works:
@sprintf("foo%02i", 3)
but this doesn't:
s = string("foo","%02i")
@sprintf(s, 3)
How is a formatted string different than an usual string?
-Júlio