Hi
Quick question. Is there an easy way to pass a non-global array to a function, e.g.
dim b$(100,100)
myfunction(b$)
end
function myfunction(b$)
stuff
end function
which doesn't work.
Thanks
Quick question. Is there an easy way to pass a non-global array to a function, e.g.
dim b$(100,100)
myfunction(b$)
end
function myfunction(b$)
stuff
end function
which doesn't work.
Thanks