04.02.2013, 12:14
Unless you are going to add more and more to the string (which you are not at the moment), it's then honestly better to use format, as it's a bit faster.
Also, to fix this, simply take out "strcat" from your dialog line and use "string" instead. strcat is the function, 'string' is the destination.
Also, to fix this, simply take out "strcat" from your dialog line and use "string" instead. strcat is the function, 'string' is the destination.