10.11.2010, 10:28
Quote:
What the heck is that? There is no way that can work - the function doesn't even take an array as a parameter. Also, why use 128 and format for a string that can never be longer than 11 characters? And strlen doesn't work with arrays because it's "STRING LENGTH", and arrays aren't strings.
|
I'll change the string size, thanks, and yes, I know that 'strlen' is STRING LENGHT.