Welcome Guest. Please Login or Register. Apr 1st, 2018, 03:38am
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!
This new version addresses a few issues which have been identified since the last release, including:
The DATE$ function has improved compatibility with LB4, in particular it will accept many more (undocumented) input formats such as DATE$("Feb/29/2012"). DATE$ may also be used for validation, so for example DATE$("Feb/29/2011") returns zero because 2011 was not a leap year.
INPUT# and INPUTTO$() have improved compatibility with LB4 when the file being read has non-standard line terminations (for example LFCR rather than CRLF).
LBB is no longer confused by a variable called Tab or Tab$ appearing in a PRINT statement.
TRAPCLOSE now works correctly when the destination is a 'numeric' label, such as "trapclose [700]".
File specifications may now contain spaces following a directory delimiter, for example "C:\ path\ filename" (where there is a space after the backslash).
LBB will now accept assigning a numeric variable to a structure, without reporting a 'Type mismatch' error, for example 'numvar = mystruct.struct'.
AS STRUCT is now treated identically to AS PTR, and the two may be used interchangeably. This appears to be the case in LB4.
AS HANDLE is now accepted in structure declarations and CALLDLL.
A bug which sometimes affected the use of BYREF parameters has been fixed.Richard.