Brad Clarke mentioned this to Gary Weinfurther:
BC> Strings are the one thing that gives me the most "trouble". With VB,
ou
BC> have one string type, whereas Delphi has 3 (Char, String, & PChar).
Actually, only "string" is a string type. A string is one or more
characters, whereas "Char" is always single character. So if you want to
extract or inspect each character from a string, one at a time, you would use
a Char.
PChar is a pointer to a character.
...Gary Weinfurther
--- GoldED 2.41
---------------
* Origin: The Flying Circus BBS, Farmington Hills, MI, USA. (1:2410/905)
|