This commit is contained in:
danrega
2025-06-20 15:44:46 +02:00
parent 47acfbd0b8
commit d5797dccd6
7 changed files with 181 additions and 84 deletions

View File

@@ -395,6 +395,8 @@ tz = |{ utclong_current( ) TIMEZONE = 'EST' COUNTRY = 'US ' }|. "12/30/2024 09:4
*&---------------------------------------------------------------------*
"Lowercase and uppercase
DATA s1 TYPE string.
DATA s2 TYPE string.
s1 = `AbCdEfG`.
s2 = |{ s1 CASE = LOWER }|. "abcdefg
s2 = |{ s1 CASE = UPPER }|. "ABCDEFG