Search found 246 matches

by Marco
Sat Jun 11, 2022 11:14 am
Forum: General category
Topic: get current directory problem
Replies: 3
Views: 34373

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.
by Marco
Wed Dec 15, 2021 10:10 pm
Forum: General category
Topic: FNXBasic Develop
Replies: 2
Views: 32094

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
by Marco
Mon Oct 25, 2021 9:40 am
Forum: General category
Topic: Help for Numerology Program
Replies: 3
Views: 49756

Re: Help for Numerology Program

Maybe you mean:

dim a as integer
a=5
"your name has "+str$(a)+" letters"
best regards
by Marco
Tue Oct 12, 2021 10:07 am
Forum: General category
Topic: Help for Numerology Program
Replies: 3
Views: 49756

Re: Help for Numerology Program

len(trim$(name)) ?
best regards
by Marco
Sun Aug 29, 2021 1:33 pm
Forum: General category
Topic: mess
Replies: 0
Views: 35990

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
by Marco
Thu Jan 31, 2019 10:51 pm
Forum: General category
Topic: FNXBasic and SQLite3
Replies: 5
Views: 43046

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...
by Marco
Tue Jan 15, 2019 8:55 pm
Forum: General category
Topic: FNXBasic and SQLite3
Replies: 5
Views: 43046

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...
by Marco
Tue Nov 27, 2018 9:38 pm
Forum: General category
Topic: New To The Site
Replies: 1
Views: 30197

Re: New To The Site

welcome
by Marco
Fri Mar 30, 2018 10:15 pm
Forum: General category
Topic: Progress of new version
Replies: 8
Views: 52977

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
by Marco
Mon May 16, 2016 8:16 pm
Forum: General category
Topic: how to implement the function iif
Replies: 9
Views: 25566

how to implement the function iif

Hi, just see i forgot <> you can just added it to it.
It is also possible to create == or other use boolean functions to to this routine.
best regards