Report Bugs Here

Moderator: Mmiscool

User avatar
By sandfrog
#37399 Hello, i Found a Bug

i use as Var name "run"
e.g.
run = run + 1
end

the esp crash

others works
e.g.
mip = mip + 1
end

If this var use by Programmig from Basic ? its a littel Problem if you know it

lg sandfrog
User avatar
By forlotto
#37525 run is reserved for running the basic program.

runit should work though or maybe run1 as stated.