This topic is the continuation of:
Enter a String and convert it to decimal.
Example: AAAA -----> 18279
Characters: A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
This topic is the continuation of:
Enter a String and convert it to decimal.
Example: AAAA -----> 18279
Characters: A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
@Alapjeet we are talking about string to number not about number to string
string2number.aia (3.3 KB)
string2number.apk (4.8 MB)
if this is what you want mark it as solution.
Very good, here another code:
I used the same app to check the conversion from string to decimal and vice versa:
p89K_String_Decimal_vice.aia (4.7 KB)
share your aia
A post was split to a new topic: How can we convert 1000(text) to 1000(Number)