Registriert seit: 30. Jan 2005
Ort: Münster
745 Beiträge
Delphi 3 Professional
|
Re: chm-Help files - Unter Delphi 3 anzeigen
11. Dez 2006, 23:45
Hallo,
so:
Delphi-Quellcode:
// if (Length(Args) = 0)
if (High(Args) = 0)
MfG Lannes
(Nichts ist nicht Nichts) and ('' <> nil ) and (Pointer('') = nil ) and (@('') <> nil )
|