Need Help…
.
.
.
Help me to get split numbers from the given string =“12354”.
I tell you what i try…
first i put =“0123654” this special no into one variable
then i write below code in assign block
insertval1.Substring(2,insertval1.Length-7)
but ti gives me output like 123654"
and i try for this output=0123654
Thanks in Advance!!!