How to divaded one number to digits and save every digit in variable

Hi @mironb

Create a variable as array of strings and then drag assign

Give the array variable(arratr) on left and say your get text output is in variable str then use the following

Arrstr = str.select(function(x) x.Tostring).ToArray

PS: If you are copy pasting please relace the inverted comma in the code again

Cheers