09.11.2011, 05:20
Quote:
Hungarian notation. The variables are prefixed with their "type".
szTest[] = string, zero-terminated (all strings in PAWN are what's called zero-terminated, i.e. the text ends at the first 0 in that array). fTest = float iTest = integer Also, RyDeR`, you should make sure the length of the 2nd dimension in the output for your explode function has boundary checks. Right now this will cause strange behavior: pawn Код:
|