Menu

FAF-Basic Interpreter 0.0.2 PRE-ALPHA released

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

Posted by Felix Alter 2006-08-27

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.