Search found 5 matches
- Thu Jul 19, 2007 6:07 pm
- Forum: General category
- Topic: difference between USES and INCLUDE
- Replies: 3
- Views: 6115
difference between USES and INCLUDE
Uses is for lib files, Include is for normal source files.
- Thu Jul 19, 2007 6:04 pm
- Forum: discbugs
- Topic: reading an excel-sheet with fnxBasic
- Replies: 2
- Views: 5136
reading an excel-sheet with fnxBasic
If you save the excel file as a csv file (can be done from excel) it will be much easier. Open the csv file in notepad to see how it looks.
- Sun May 27, 2007 7:46 pm
- Forum: General category
- Topic: fnxbasic compiler
- Replies: 5
- Views: 8329
fnxbasic compiler
[quote author=YaBB Administrator link=1179751372/0#1 date=1179761882]It is a bytecode interpreter, to let it produce machine language is a lot more time(years) to make it work.
[/quote]
I know, I making a real compiler and it`s taking a lot of time.
[/quote]
I know, I making a real compiler and it`s taking a lot of time.
- Mon May 21, 2007 6:27 pm
- Forum: General category
- Topic: fnxbasic compiler
- Replies: 5
- Views: 8329
fnxbasic compiler
Ok, thanks. There is a problem with the help file: When it is opened it seems to be always on top. Can you fix that?
- Mon May 21, 2007 12:42 pm
- Forum: General category
- Topic: fnxbasic compiler
- Replies: 5
- Views: 8329
fnxbasic compiler
Does the compiler compile to native code or is it a bytecode interpreter like rapid q?