Posts: 1,047
Threads: 23
Joined: Jun 2009
Quote:
Originally Posted by Luнs Miki
i.e. Some function's output requires 128 cells and you use MAX_STRING as 128 macro.
When you create a string it'll create 0 to 127, but if you want 128 cells you add 1, so It'll be 0 to 128.
|
no because 0 is a cell to so you will have 129 cells, whhere 1 cell is useless.