10-17-2022, 10:05 PM
Thanks, I forgot that one was in this thread.
The syntax error is the CALL line. He is trying to call a function without including a procedure statement or use of a return value.
Functions...
Pete
The syntax error is the CALL line. He is trying to call a function without including a procedure statement or use of a return value.
Functions...
Code: (Select All)
DEFSTR P
PETE - ' Syntax error
PRINT PETE
Professional = PETE + PETE
PRINT Professional
FUNCTION PETE
PETE = "GREAT!"
END FUNCTION
Pete
If eggs are brain food, Biden takes his scrambled.