Código Delphi [-]function RandomStr: string; const ABC = 'ABC...Z'; begin result := ABC[Random(Length(ABC))+1]; end;
function RandomStr: string; const ABC = 'ABC...Z'; begin result := ABC[Random(Length(ABC))+1]; end;