07-18-2012, 05:40 PM
U need to use a call statement if you want to call it as a function
Call FunctionName(Parameters)
You can call them a subroutine too.
FunctionName "<Parameters>"
Call FunctionName(Parameters)
You can call them a subroutine too.
FunctionName "<Parameters>"