Return statements must be used to return a value to a calling procedure. You cannot use Return statements by themselves to control program flow.Error ID: BC30654To correct this errorSpecify a value that the function or procedure can return. Use the End statement to cause the program to exit...
A For loop specifies a counter variable of a type that does not define the + or - operator with parameters and return value of its own type.The counter variable must be of a type that supports addition () and subtraction (-) operators that operate completely on their containing type...