Can't reset string
#1

How do you erase string content? I 've tried every possible solution but nothing. Format, sscanf, string=""; strdel none of which worked.
Reply
#2

Have you tried this:
pawn Код:
string[0] = '\0';
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)