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
|