Invalid string
#3

No need to use format for that:

Код:
new injuries[1000], string[64] = "Weapon\tBody Part\tTimes Injured\n\\";
The problem was because you have \", which is an escaped " (So you can have it inside of a string without cutting it off.

You have to escape \ if you want to use it (I did in my code)
Reply


Messages In This Thread
Invalid string - by GoldenLion - 10.10.2016, 14:52
Re: Invalid string - by Bolex_ - 10.10.2016, 14:56
Re: Invalid string - by Stinged - 10.10.2016, 15:21
Re: Invalid string - by GoldenLion - 10.10.2016, 15:26
Re: Invalid string - by Stinged - 10.10.2016, 15:59
Re: Invalid string - by GoldenLion - 10.10.2016, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)