Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sprintf %s format prints to console instead of to string #847

Closed
pao opened this issue May 17, 2012 · 0 comments
Closed

sprintf %s format prints to console instead of to string #847

pao opened this issue May 17, 2012 · 0 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@pao
Copy link
Member

pao commented May 17, 2012

julia> sprintf("%d%s%d", 1, "a", 2)
a"12"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants