Einzelnen Beitrag anzeigen

API

Registriert seit: 18. Apr 2004
637 Beiträge
 
#8

Re: [Bitte optimieren] Explode Prozedur - Reloaded

  Alt 12. Dez 2006, 19:38
Wie kann ich die Funktion Explode ändern, so dass aItems vom Typ "array of string" ist?

 Procedure Explode(Const aText, aPattern: String; aItems: TStrings); also z.B

Delphi-Quellcode:
type
  TStrArray = array of string;

 Procedure Explode(Const aText, aPattern: String; aItems: TStrArray);
  Mit Zitat antworten Zitat