waldo kitty schrieb:

ok... thanks for that... i was unaware that type "string" was an alias for "ansistring"... i had thought that "string" was the same as the old borland "string" definition (ie: array of chars with the [0] element containing the string length) ;)

In newer Delphi versions (2009+) "string" is "UnicodeString", that's why using "AnsiString" will reduce possible confusion of people, who use Delphi and Lazarus concurrently.

string[n] is "ShortString", even in the new Delphi versions.

DoDi


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to