String
#7

All readable and non readable characters take 1 cell each character.
So a string like
Код:
\n\n\n
will take 4 slots, because 3 new line characters + null character.
It is technically called a null terminating string.

Код:
\tHello world!
13 characters + null character = 14 cells
Reply


Messages In This Thread
String - by x96664 - 17.07.2013, 22:41
Re: String - by Smokkr - 17.07.2013, 22:44
Re: String - by Sgt.TheDarkness - 17.07.2013, 22:45
Re: String - by Calvingreen17 - 17.07.2013, 22:45
Re: String - by x96664 - 17.07.2013, 22:46
Re: String - by x96664 - 17.07.2013, 22:52
AW: String - by BigETI - 17.07.2013, 23:22

Forum Jump:


Users browsing this thread: 4 Guest(s)