Changeset 7


Ignore:
Timestamp:
Sep 14, 2020, 4:13:51 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Use delphi mode under Lazarus.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GenPlaylist.pas

    r6 r7  
    1 {$mode delphi}
     1program GenPlaylist;
     2
     3{$mode delphi}
    24
    35uses
    46  SysUtils, Classes;
    5  
    6 type
    7   TStringArray = array of string;
    87 
    98function InStrArray(Value: string; StrArray: array of string): Boolean;
Note: See TracChangeset for help on using the changeset viewer.