publish copy updates

This commit is contained in:
Wifinigel 2023-03-06 20:56:48 +00:00
parent 4548f7c5c1
commit 8a3419b536
22 changed files with 63 additions and 48 deletions

View file

@ -6,8 +6,8 @@
#
:global RemoveSpaceFunc do={
:local NewName ""
for i from=0 to=([:len $1]-1) do={
:local Tmp [:pick $1 $i]
for CharNumber from=0 to=([:len $1]-1) do={
:local Tmp [:pick $1 $CharNumber]
:if ($Tmp !=" ") do={ :set NewName "$NewName$Tmp" }
}
:return $NewName