Search found 247 matches
- Wed Jun 10, 2026 8:27 pm
- Forum: General category
- Topic: FNX Basic 2025 Problem
- Replies: 2
- Views: 10192
Re: FNX Basic 2025 Problem
I''m aware of this, it seems not working on windows 11 64 bits, i am working on a solution.
- Sat Jun 11, 2022 11:14 am
- Forum: General category
- Topic: get current directory problem
- Replies: 3
- Views: 82834
Re: get current directory problem
I think the problem is you 'r running a program from another directory, in cmd first set the current directory to d with the dos command
cd d:\
you probleby run d:\showcd hello from the current dir c:\windows.
cd d:\
you probleby run d:\showcd hello from the current dir c:\windows.
- Wed Dec 15, 2021 10:10 pm
- Forum: General category
- Topic: FNXBasic Develop
- Replies: 2
- Views: 75682
Re: FNXBasic Develop
Yes i'' m working on a new version it will be one that support winapi with units to expand it. 64 bit is on my wishlist.
best regards marco
best regards marco
- Mon Oct 25, 2021 9:40 am
- Forum: General category
- Topic: Help for Numerology Program
- Replies: 3
- Views: 106594
Re: Help for Numerology Program
Maybe you mean:
dim a as integer
a=5
"your name has "+str$(a)+" letters"
best regards
dim a as integer
a=5
"your name has "+str$(a)+" letters"
best regards
- Tue Oct 12, 2021 10:07 am
- Forum: General category
- Topic: Help for Numerology Program
- Replies: 3
- Views: 106594
Re: Help for Numerology Program
len(trim$(name)) ?
best regards
best regards
- Sun Aug 29, 2021 1:33 pm
- Forum: General category
- Topic: mess
- Replies: 0
- Views: 84972
mess
It seems that I have managed to clean the mess in the forum created bij spammers.
I'm trying to publish the next beta release of FNXBasic soon.
Kind regards Marco
I'm trying to publish the next beta release of FNXBasic soon.
Kind regards Marco
- Thu Jan 31, 2019 10:51 pm
- Forum: General category
- Topic: FNXBasic and SQLite3
- Replies: 5
- Views: 109612
Re: FNXBasic and SQLite3
Hi, I put something together to start with, best regards, marco ''=======declare sqlite3 api's declare sqlite3_open as "sqlite3_open" of "sqlite3.dll" cdecl filename as integer PDbhandle as integer end declare declare prepare as "sqlite3_prepare_v2" of "sqlite3.dll...
- Tue Jan 15, 2019 8:55 pm
- Forum: General category
- Topic: FNXBasic and SQLite3
- Replies: 5
- Views: 109612
Re: FNXBasic and SQLite3
The link is the old forum the new link is: http://fnxbasic.com/fnxforum/viewtopic.php?f=1&t=259 not tested but try something like this: dim db1 as integer Declare sql3open as "sqlite3_open" of "sqlite3.dll" cdecl Pfilename As integer db As integer result as integer end declar...
- Tue Nov 27, 2018 9:38 pm
- Forum: General category
- Topic: New To The Site
- Replies: 1
- Views: 61736
Re: New To The Site
welcome
- Fri Mar 30, 2018 10:15 pm
- Forum: General category
- Topic: Progress of new version
- Replies: 8
- Views: 145219
Progress of new version
Me too?
I `m still working like hell on it, but it is a lot of work.
Compatebility could be the greatest problem.
Please be patience
best regards
I `m still working like hell on it, but it is a lot of work.
Compatebility could be the greatest problem.
Please be patience
best regards