Nov 13, 2001 #1 ohmbru Technical User Jul 13, 2001 161 US What is the syntax to call a sub procedure? Brian
Nov 13, 2001 #2 Robertd Technical User Jul 29, 2000 241 AU Hi if the sub has no arguments just use the name of the subprocedure yourSubProcedureName if it has arguments Call yourSubProcedureName(Arg1,....ArgN) Robert Dwyer rdwyer@orion-online.com.au Upvote 0 Downvote
Hi if the sub has no arguments just use the name of the subprocedure yourSubProcedureName if it has arguments Call yourSubProcedureName(Arg1,....ArgN) Robert Dwyer rdwyer@orion-online.com.au