From be880c7ebba56a57af74413425ead1bd17ffcfcc Mon Sep 17 00:00:00 2001 From: LYF <294973991@qq.com> Date: Wed, 25 Dec 2024 17:23:10 +0800 Subject: [PATCH 1/3] add file --- Update20241126.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Update20241126.txt diff --git a/Update20241126.txt b/Update20241126.txt new file mode 100644 index 0000000..329e1e6 --- /dev/null +++ b/Update20241126.txt @@ -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. \ No newline at end of file From a69e3b0cd67f58bee23e6ae24e46bf1104bb8bf7 Mon Sep 17 00:00:00 2001 From: LYF <294973991@qq.com> Date: Thu, 2 Jan 2025 13:59:19 +0800 Subject: [PATCH 2/3] delete txt --- Update20241126.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Update20241126.txt diff --git a/Update20241126.txt b/Update20241126.txt deleted file mode 100644 index 329e1e6..0000000 --- a/Update20241126.txt +++ /dev/null @@ -1,6 +0,0 @@ -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. \ No newline at end of file From efa85e0891ae46284d91f917464fbd8705db6c74 Mon Sep 17 00:00:00 2001 From: LYF <294973991@qq.com> Date: Thu, 2 Jan 2025 13:59:56 +0800 Subject: [PATCH 3/3] add txt --- Update20241126.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Update20241126.txt diff --git a/Update20241126.txt b/Update20241126.txt new file mode 100644 index 0000000..329e1e6 --- /dev/null +++ b/Update20241126.txt @@ -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. \ No newline at end of file