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.
Search found 246 matches
- Sat Jun 11, 2022 11:14 am
- Forum: General category
- Topic: get current directory problem
- Replies: 3
- Views: 36050
- Wed Dec 15, 2021 10:10 pm
- Forum: General category
- Topic: FNXBasic Develop
- Replies: 2
- Views: 33577
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: 51550
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: 51550
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: 38534
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: 45244
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: 45244
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: 31481
Re: New To The Site
welcome
- Fri Mar 30, 2018 10:15 pm
- Forum: General category
- Topic: Progress of new version
- Replies: 8
- Views: 55717
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
- Mon May 16, 2016 8:16 pm
- Forum: General category
- Topic: how to implement the function iif
- Replies: 9
- Views: 27457
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
It is also possible to create == or other use boolean functions to to this routine.
best regards