Thema: Delphi Konstantes Array

Einzelnen Beitrag anzeigen

Benutzerbild von Die Muhkuh
Die Muhkuh

Registriert seit: 21. Aug 2003
7.332 Beiträge
 
Delphi 2009 Professional
 
#2

Re: Konstantes Array

  Alt 8. Dez 2007, 12:30
Fast

Delphi-Quellcode:
const
  Mask : array[0..10] of string = ('.mp3', '.ogg', ...);
  Mit Zitat antworten Zitat