diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-27 23:00:27 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-27 23:02:38 +0100 |
commit | acf8e88db2c3a96b1d196d29e19f3f65be9c21eb (patch) | |
tree | 4a17b67e5b12e54edeacc50824e93daee7df4778 /global-functions.rsc | |
parent | 1d816d94f60ed953e67760bf2f567442002c0a6f (diff) |
global-functions: $AlignRight: set declared function only
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 35eeca9..919ffbe 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -79,7 +79,7 @@ :global WaitTimeSync; # align string to the right -:global AlignRight do={ +:set AlignRight do={ :local Input [ :tostr $1 ]; :local Len [ :tonum $2 ]; |