pascal string size

Pascal String Size

In Pascal, the size of a string is determined by the number of characters it contains. Strings in Pascal are not null-terminated like in some other programming languages, so the length of a string is explicitly defined by the number of characters it holds. There is no separate length indicator or size property for strings in Pascal.