Welcome Guest. Please Login or Register. Apr 1st, 2018, 03:49am
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. We apologize Conforums does not have any export functions to migrate data. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
LB 4.5 beta 3 functions
« Thread started on: Feb 12th, 2015, 9:28pm »
Hi Richard,
Are these four beta 3 functions recognised by LBB 2.86? UPTO$ AFTER$ AFTERLAST$ and ENDWITH
If not, will they be?
I've started using them until the 'expiration date' message started me thinking. I've seen promises of new releases go on and on and on and this beta seems to have landed in that rut.
As discussed later in that thread, I recommend copying those functions into a separate file which you pull into your program (after the END statement) using LBB's 'include directive.
What will then happen is that when you run (or compile) your program in LBB the UDF's will be used, but when you run it in LB4.5 the 'include will be ignored and the native functions used instead, thus maintaining compatibility.
If you notice any functional differences between my UDFs and the LB4.5 functions let me know so I can make the necessary changes.