I try convert some code C# to X++.
Cyfra = Convert.ToInt32(Convert.ToString(Tekst[i]));
How write this same code in X++?
I have:
System.String netTekst; Cyfra = str2int (netTekst[i]);
But, I have error. ... " You try use GetValue"
*This post is locked for comments