Board index » delphi » Question about Char and String
Kwok-ho
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Question about Char and String
I wrote the following program to test Char and String:
program test; var begin If I enter character, I got the expecct result: But when I enter nothing(just press ENTER), I got the following result: String = "" I have 2 question about this: Thanks |