Next Release of FnxBasic?
Next Release of FnxBasic?
Marco,
Can you give any indication for the next release date for FnxBasic?
Will it include my suggestion InstrRev?
One problem with FnxBasic is the following.....
If you had a project containing many ".inc" files if an error occurs on any of the ".inc" files, FnxBasic does not tell the user what file contains the error.
Regards
Darren
Can you give any indication for the next release date for FnxBasic?
Will it include my suggestion InstrRev?
One problem with FnxBasic is the following.....
If you had a project containing many ".inc" files if an error occurs on any of the ".inc" files, FnxBasic does not tell the user what file contains the error.
Regards
Darren
Next Release of FnxBasic?
This year ther become an update, The bugs you mentiont are fixed then, i hope.
I `ve to add some more of the wishlist before the update and prepare and check it.
best regards
I `ve to add some more of the wishlist before the update and prepare and check it.
best regards
Next Release of FnxBasic?
Hi, I think you can do it with rinstr().
if you wat the specified character you do c=char$(rinstr(mystring,"test"))
hope this will help?
best regards
if you wat the specified character you do c=char$(rinstr(mystring,"test"))
hope this will help?
best regards
Next Release of FnxBasic?
Marco,
Are you going to release an update of FNXbasic in the near future?
I was wondering if you are going to add InstrRev?
I am trying to extract the filename from a path. For example
I need to extract the filename "Test.dwg" from the path
"N:EngineeringDrawingsCad DrawingsDrawingsTest.dwg"
I was going to use InstrRev to find the last "" in the path so that I can extract the filename.
Many thanks!!!!!
Darren
Are you going to release an update of FNXbasic in the near future?
I was wondering if you are going to add InstrRev?
I am trying to extract the filename from a path. For example
I need to extract the filename "Test.dwg" from the path
"N:EngineeringDrawingsCad DrawingsDrawingsTest.dwg"
I was going to use InstrRev to find the last "" in the path so that I can extract the filename.
Many thanks!!!!!
Darren
Next Release of FnxBasic?
Right now i`m busy with a new fnx basic, more flexible, faster and smaller but that take some time.
revstr already exists in fnx it is the function rinstr()
so to get the filename you can do:
dim fil as string
fil="c:jhjhjlala.jgh"
fil=right$(fil,len(fil)-rinstr(fil,""))
maybe you must do rinstr-1 I did not tried it.
rinstr(fi,"") gives the position of the last in the string.
best regards
revstr already exists in fnx it is the function rinstr()
so to get the filename you can do:
dim fil as string
fil="c:jhjhjlala.jgh"
fil=right$(fil,len(fil)-rinstr(fil,""))
maybe you must do rinstr-1 I did not tried it.
rinstr(fi,"") gives the position of the last in the string.
best regards
Next Release of FnxBasic?
Marco,
Can you give any indication for your next release of FnxBasic?
Looking forward to its release!!!!!
Regards
Darren
Can you give any indication for your next release of FnxBasic?
Looking forward to its release!!!!!
Regards
Darren
Next Release of FnxBasic?
Yes - any news on the new version?
Anxiously awaiting :D
Will the new version support user defined and nested user defined data types?
If you are keeping the Record and Type functions the same you could use "UDT" and the command.
something like...
<CODE>
UDT loc_t
as integer x,y,z
end UDT
UDT udtname2
as loc_t loc
end UDT
</CODE>
Once again Anxiously awaiting :D
Anxiously awaiting :D
Will the new version support user defined and nested user defined data types?
If you are keeping the Record and Type functions the same you could use "UDT" and the command.
something like...
<CODE>
UDT loc_t
as integer x,y,z
end UDT
UDT udtname2
as loc_t loc
end UDT
</CODE>
Once again Anxiously awaiting :D
Next Release of FnxBasic?
Marco,
Do you have a possible release date for the next release of FnxBasic?
Will it create 64 bit "exe" files?
Regards
Darren
Do you have a possible release date for the next release of FnxBasic?
Will it create 64 bit "exe" files?
Regards
Darren
Next Release of FnxBasic?
Hello Darren,
FNXBasic works perfectly under 64bit, and I can create "exe" files with no problems !
My PC is under Windows 8.1 and 64 bits.
Regards
minhyac66 8-)
FNXBasic works perfectly under 64bit, and I can create "exe" files with no problems !
My PC is under Windows 8.1 and 64 bits.
Regards
minhyac66 8-)
Next Release of FnxBasic?
Hi,
I am also using FnxBasic applications on windows 8.
FnxBasic can only compile 32 bit exe files not 64 bit.
Hopefully, on the next release FnxBasic would be able to create full 64 bit "exe" files!
Darren
I am also using FnxBasic applications on windows 8.
FnxBasic can only compile 32 bit exe files not 64 bit.
Hopefully, on the next release FnxBasic would be able to create full 64 bit "exe" files!
Darren