Hi All
I want to add a comma after each digits
local!Var: 1223,
I want the output like
1,2,2,3
Any help will be greatly appreciated!
Discussion posts and replies are publicly visible
a!localVariables( local!Var: 1223, joinarray(char(code(local!Var)), ","))
Copying is the highest form of recognition. Thank you very much ;-)
Thanks a lot for understanding utterly wrong