Zitat von
Chemiker:
In
BDS 2006 ist diese Function nicht mehr vorhanden, oder hat sich die Bezeichnung geändert?
Also ich finde die sofort in
BDS 2006:
Delphi-Quellcode:
StrUtils.pas:
{ RandomFrom will randomly return one of the given strings }
function RandomFrom(const AValues: array of string): string; overload;
Math.pas:
{ Various random functions }
function RandomFrom(const AValues: array of Integer): Integer; overload;
function RandomFrom(const AValues: array of Int64): Int64; overload;
function RandomFrom(const AValues: array of Double): Double; overload;
Gruß Assertor