FAF-Basic Interpreter News
Status: Pre-Alpha
Brought to you by:
falter
Hi,
the FAF-Basic Interpreter Version 0.0.2 pre-alpha was released. Now the mathematical calculations should be more intuitive. There is also a new feature called MessageDlg that provides a Message Dialog Box with not only text, but also title user-defined buttons. The return value can be used in if-then to determine which button was pressed.
Example:
id = messagedlg("Info", "Hello World") 'Result is idok because only this button is displayed
id = message("Hello", "Is it nice weather?", MB_YESNO) 'Result is idyes or idno
Greetings
FAlter