Alterando a variável.
Quando eu coloco atraz de um comando else, como esse:
[b:20ee3532de]If {...} then
{...}
else
If {...} then
var1:=100
var2:=500
else
If {...} then;
{...}[/b:20ee3532de]
Ele dá um erro...
Como eu faço então?[/code]
[b:20ee3532de]If {...} then
{...}
else
If {...} then
var1:=100
var2:=500
else
If {...} then;
{...}[/b:20ee3532de]
Ele dá um erro...
Como eu faço então?[/code]
Jasig Aurumalfa
Curtidas 0
Respostas
Marco Salles
28/02/2004
If {...} then
{...}
else
If {...} then
begin
var1:=100;
var2:=500;
end
else
If {...} then;
{...} GOSTEI 0
Jasig Aurumalfa
28/02/2004
Valew´s
GOSTEI 0