Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Update20241126.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Community Edition:
1. Help Documentation updated;
2. New functionality: Hide gridlines;
3. New function: replace(s,p:l,b), which replaces a substring at the specified position in a source string;
4. New option: A.concat@y(), which concatenates members to the specified length;
5. New option: s.split@y(), which splits a source string accoring to specified lengths of different segments.