Hallo,
gibt es eine Möglichkeit einen Block rekursiv aufzurufen?
Also z.B.
execute block ?NAME? (
INPUT int = ?
)
returns (
OUTPUT int;
)
as
begin
if (...) then begin
:INPUT = :INPUT+1;
execute block ?NAME?(:INPUT); # DER BLOCK WIEDER SELBST AUFRUFEN
end
else begin
...
end
end
gruß
haba
Die Suche ergab 1 Treffer
- Di 19. Dez 2023, 12:35
- Forum: Praxiseinsatz
- Thema: Rekursiver Block
- Antworten: 4
- Zugriffe: 36269