Ich hatte leider Probleme, das Programm als Ganzes im Simulator anzusehen. Ich muss da wohl erstmal ein Extrakt machen.
Ich vermute ja, dass Bascom ein Problem hat im Zusammenhang mit der "CONST" und "BYVAL" Angabe.
Das wollt ich einkreisen durch eine Temporär-Variable:
DIM temp AS INTEGER
und dann, beim CALL:
temp = Par0
Call Pour(temp)
temp = Par1
Call Pour(temp)
etc.
in dieser Form gibt's keine Ausreden.
Lesezeichen