Fnxbasic manual

In this category you can exchange your programming questions and solutions.
Post Reply
AlexAfinarul
Posts: 1
Joined: Tue Nov 08, 2005 3:00 pm

Fnxbasic manual

Post: # 354Post AlexAfinarul
Thu Oct 30, 2008 5:54 pm

Please point me to a comprehensive and easy to use Fnxbasic manual. I would like to learn FnxBasic.

                                                                  Alex

TP911
Posts: 36
Joined: Tue Nov 08, 2005 3:00 pm

Fnxbasic manual

Post: # 355Post TP911
Fri Oct 31, 2008 11:42 pm

This is hard to answer without knowing exactly what part you need to learn.

I agree that the provided manual has a lot to be desired.

If you can say what you need to learn some of use will get back with you, yes many years ago I also had to learn.

If it is "basic" in general for/next if/then and other parts of "basic" then google will get you answers.

If it is the structure of the OOPs [object orientated programming] and how you structure your program then I suggest you download FNXDesigner so you can visually build your form [windows] and learn how the BAS file is constructed.

If you don`t know OOP then basically how windows works is all Messages and Events.
That is what MyButton.OnClick() does, do something when the user clicks the button.
When the user click windows send the message out and the program event handles it.

I have several example programs in the download that will begin to help you understand FNXbasic.

--Trey


edexter
Posts: 5
Joined: Tue Nov 08, 2005 3:00 pm

Fnxbasic manual

Post: # 356Post edexter
Mon Nov 03, 2008 3:40 pm

    I have taken a break from it but I have the manual plus archive http://dexrow.blogspot.com/search?q=fnxbasic+takenote ...  I am currently rewriting it and adjusting the spacing.  You might find the manual of rapidq helpfull but it isn`t exactly like fnxbasic (I am using it as a reference to help me descride some of the commands).  I would be intrested in hearing sugested changes in what I have (It is also useful to back up some of the xml like takenote files but they can be copied and modified from a new project if you have to reboot)

Post Reply