13 Mar
2005
13 Mar
'05
1:57 p.m.
How does writeln knows its the end of a string? I have the following code: String = packed array[1..256] of char; var Test: String; begin Test:='Hello world'; writeln (Test); Test[8] := Test[12]; writeln (Test); end. The output is: Hello world Hello w rld How does writeln knows where to stop printing the string? __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail
7823
Age (days ago)
7824
Last active (days ago)
7 comments
5 participants
participants (5)
-
a.d. jensen -
CBFalconer -
Frank Heckenbach -
loop lopy -
Waldek Hebisch