Example 1: Our First Program using thinBasic

Topics related to David de Argentina's NeoThinBasic plug-in.

Moderator: Neosoft Support

Post Reply
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Example 1: Our First Program using thinBasic

Post by David de Argentina »

using a button in a NeoBook program, put this code into the actions properties:

Code: Select all

SetVar "[TB_Action]" "MsgBox (0,[#34]Hello World, Hello thinBasic[#34])"
ae_TB_Reset
ae_TB_Init
ae_TB_LoadScript "[TB_Action]" "V"
ae_TB_Run ""
Save the Neobook Program.
Be sure the thinCore.dll file should be located at the same folder of the Neobook PUB
Run the program using F9

Enjoy !
Post Reply