12.07.2012, 14:20
If its a string, you need "%s" not "%d".
The %d marker is for an integer, like %f is for a float..
Thats it simple thing, replace the %d with a %s where your var is a string and your fine..
The %d marker is for an integer, like %f is for a float..
Thats it simple thing, replace the %d with a %s where your var is a string and your fine..

