0
0

📝 allow casting number to string as-is

This commit is contained in:
DrMaxNix 2022-09-01 18:26:15 +02:00
parent 0a638f602e
commit 39cb4ef93d

View File

@ -227,8 +227,11 @@ rnd|rand|random $num 5 13
## STRING MANIPULATION ## ## STRING MANIPULATION ##
# get utf-8 char with id $1 # get number $1 as string
chr $1 | cast $1 str cast $1 str
# get utf-8 char with id $1 => $1
chr $1
# get string lenght # get string lenght
len $length_num $string len $length_num $string