So, what's the prevailing opinion regarding the use of the "CALL" keyword?
I'm working with a third-party ASP application, adapting for our system, and
the CALL keyword is used everywhere. I've never used it, preferring instead
to just type the procedure name and parameters so:
myProcedure parm1, parm2
Any thoughts on
call myProcedure(par m1, parm2)
...?
--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri
I'm working with a third-party ASP application, adapting for our system, and
the CALL keyword is used everywhere. I've never used it, preferring instead
to just type the procedure name and parameters so:
myProcedure parm1, parm2
Any thoughts on
call myProcedure(par m1, parm2)
...?
--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri
Comment