Since the help of B+ is pretty worse I can't find
a solution to this problem.
How can i exchange a variablele to the main loop of my
program and a function
Function test(a,b)
Print b
a=52
End Function
; main loop
b=44
test(a,b)
Print a
While Not KeyHit(1)
Wend
End
----------------------------------
it returns
44
0
I don't get it.
a solution to this problem.
How can i exchange a variablele to the main loop of my
program and a function
Function test(a,b)
Print b
a=52
End Function
; main loop
b=44
test(a,b)
Print a
While Not KeyHit(1)
Wend
End
----------------------------------
it returns
44
0
I don't get it.