Sequence String To Number

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

3 Likes

@Alapjeet we are talking about string to number not about number to string

2 Likes

Blocks

AIA

string2number.aia (3.3 KB)

Apk

string2number.apk (4.8 MB)

Results

if this is what you want mark it as solution. :upside_down_face: :slightly_smiling_face:

2 Likes

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)

2 Likes

share your aia

A post was split to a new topic: How can we convert 1000(text) to 1000(Number)