I finally got all my ducks in a rowr and tried to compile the hello world app.
I followed the example and got the message, "Process global is missing". OK, maybe the guy who wrote the example had a bad day. I added "process global.
Ran it again and got:
Compiling code. Error
Error compiling program.
Error description: Missing parameter.
Occurred on line: 14
Msgbox ("hello world")
Word: )
Here's my hello world statement:
Sub app_start
Msgbox ("hello world")
End Sub
Please tell me I'm stupid. I don't want to put on the guy who wrote the example.
I followed the example and got the message, "Process global is missing". OK, maybe the guy who wrote the example had a bad day. I added "process global.
Ran it again and got:
Compiling code. Error
Error compiling program.
Error description: Missing parameter.
Occurred on line: 14
Msgbox ("hello world")
Word: )
Here's my hello world statement:
Sub app_start
Msgbox ("hello world")
End Sub
Please tell me I'm stupid. I don't want to put on the guy who wrote the example.