20.07.2009, 14:52
When using string[128]; - the variable has 128 cells (not sure) space for characters, that means you can input upto 128 characters into that variable. (Alphabetic characters and numeric characters.)
When using string; - the variable can only be an integer, a number, that means it cannot contain any type of characters.
When using string; - the variable can only be an integer, a number, that means it cannot contain any type of characters.

