making array null?
#3

pawn Код:
string[0] = EOS;
That will mark the string as empty when checked through strlen or isnull. It will NOT, however, clear the entire string. If that's what you want to do then you need a loop.
Reply


Messages In This Thread
making array null? - by deffo - 25.12.2012, 22:50
Re: making array null? - by Kyle - 25.12.2012, 23:07
Re: making array null? - by Vince - 25.12.2012, 23:08

Forum Jump:


Users browsing this thread: 1 Guest(s)