Aviso que no tengo ni idea de Delphi
Code1:
Código
procedure TForm1.FormCreate(Sender: TObject);Code2:
var
a:integer;
b:integer;
begin
a:=4;
b:=4;
if a=b then
edit1.Text:= 'hola';
end.
Código
function DD(s:string):string;
begin
result:= s + s + s
end;
/////////////////////////////////////////////////////
procedure TForm1.FormCreate(Sender: TObject);
var
a:string;
begin
a:='hhh';
if a = dd('h') then
edit1.Text:= 'hola';
end.
Gracias!
DoEvents¡!











Autor




En línea






