View Single Post
  #3 (permalink)  
Old 05-22-2007, 08:43 PM
lairdre lairdre is offline
Junior Member
 
Join Date: May 2007
Posts: 13
Default Subs without parameters

That was the problem. The answer was also right in the documentation

"Subs syntax starts with "Sub SubName (Parameters)" and ends with "End Sub".If there are no parameters for the sub, then write "Sub SubName" without the parenthesis.There are no functions in Basic4ppc but instead every sub can return a value with the keyword "Return""

Thanks,
Ron
Reply With Quote