mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-23 04:14:29 +02:00
fix bad var name
This commit is contained in:
parent
28ede92e52
commit
b98dd8bfb2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
# function to remove last char from a string
|
||||
#
|
||||
# e.g. :local choppedVar [$chopStrFunc "string with extra char,"]
|
||||
# e.g. :local ChoppedVar [$chopStrFunc "string with extra char,"]
|
||||
#
|
||||
:global ChopStrFunc do={
|
||||
:return [ :pick $1 0 ( [ :len $1 ] -1 ) ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue