on Sep 4th, 2016, 02:29am, Alincon wrote:I had some trouble with a function that had no parameters. (it uses global variables) |
|
It works for me:
Code: global MyGlobal
MyGlobal = 12345
print noparms()
end
function noparms()
noparms = MyGlobal
end function
If you want to report a problem, it would be enormously helpful if you could include a self-contained program that demonstrates it. Simply saying "I had some trouble" doesn't really cut it!
Richard.