Nov 13, 2001 #1 ohmbru Technical User Joined Jul 13, 2001 Messages 161 Location US What is the syntax to call a sub procedure? Brian
Nov 13, 2001 #2 Robertd Technical User Joined Jul 29, 2000 Messages 241 Location 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