By using listi.net you agree to our
cookie policy
, We and our partners operate globally and use cookies, for multiple purposes
Close
listi.net
Call routine_name ' call is optional but clearer to new users
You can call a subroutine via the Call command
Call Subroutine_name
Sub Subroutine_name()
' do something
End Sub
You can also leave off the "Call" key and just specify the name of the subroutine.
[Call] Subname([arguments])
if you use the "Call" you must include the parameters in parenthesis
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus