N
nath
Hello,
Is it possible to pass arguments to routines that you are
calling with a gosub statement.
i.e. gosub table_modify (32)
table_modify(x as integer)
width = x*2
return
The above is an example not what i am trying to achieve.
Is it possible to pass arguments to routines that you are
calling with a gosub statement.
i.e. gosub table_modify (32)
table_modify(x as integer)
width = x*2
return
The above is an example not what i am trying to achieve.