v1.1.6 Release Candidate #177
numeredev
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Highlighted changes in this version
UI changes
New and improved functionalities
getfilelist()
andgetfolderlist()
may now follow shell links (*.LNK files)getuilang()
returns the user's current language,getfilediff()
returns the unified diff of two files, the functionsto_utf8()
andto_ansi()
can be used to convert to and from UTF-8 encoded stringsvectshift()
andcircshift()
perform element shifts in matricesfirstch()
,lastch()
,startswith()
,endswith()
TAB().insertXYZ()
,TAB().removeXYZ()
,TAB().reorderXYZ()
(XYZ
meansrows
,cols
orcells
) andTAB().shrink()
TAB().convert()
now provides an"auto"
mode and may now convert more different number formats (notably EU and US separators for decimals and thousands).TAB().fndcols()
can now be used with regular expressions"value"
column type of tables was extended to provide far more different fundamental data types, e.g."value.f32"
or"value.ui8"
. Some file types will now be loaded with the best fitting data typeif
andwhile
, which return multiple values, have now all return values being considered (implictly usingand()
)leave
extends the functionality ofbreak
by jumping out of all nested control flow statements (with exception ofprocedure ... endprocedure
)qrcode
Experimental features
TABLE(:, "MY-COL-HEADLINE")
General changes
The complete list of changes can be found in the ChangesLog.
Remarks
This discussion was created from the release v1.1.6 Release Candidate.
Beta Was this translation helpful? Give feedback.
All reactions