BaCon CALL documentation error?

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#16 Post by sunburnt »

Thanks Paul; But you can`t use a variable for a callback like this:

Code: Select all

CALLBACK(widgetID_, callSUB$)
All Bacon commands, callbacks, and array dimensions have to be literals.
Where as in Bash you can use a variable for just about anything.

And you can`t make the event code into an exec. file either.
It may need to manipulate the controls in the main GUI.
Both the GUI and event files need to be simple text files.

Post Reply