31.07.2013, 16:45
I don't need to print that string, I need to open a file with that name (scriptfiles/Guide/Lavori.info).
The string is declared at the first line of OnDialogResponse. I use it for every dialog, instead of declaring a new string for every "case". I've already checked that the string is empty before formatting it.
I've also tried to "create" the path string with "strcat" or by copying words one by one, but it didn't succeed.
The string is declared at the first line of OnDialogResponse. I use it for every dialog, instead of declaring a new string for every "case". I've already checked that the string is empty before formatting it.
I've also tried to "create" the path string with "strcat" or by copying words one by one, but it didn't succeed.