Solved
Convert a string to array.
I have a string that need to convert into an array.
E.g:
local!name: "shukur", - > {"s","h","u","k","u","r"}
How can we add that?
I have a string that need to convert into an array.
E.g:
local!name: "shukur", - > {"s","h","u","k","u","r"}
How can we add that?
a!forEach(
items: enumerate(len("shukur")),
expression: index("shukur",fv!index,{})
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.