Number To Sequence String

Sorry i forgot to share apk…
:stuck_out_tongue_closed_eyes: :stuck_out_tongue_closed_eyes: :stuck_out_tongue_closed_eyes:

I set clock timer in this apk
On clock.timer
Set.textbox.text = textbox.text +1
To make sure every number works properly

till infinity :scream_cat: :scream_cat:

1 Like

Now a challenge here, String (base26) to decimal.

You write AAAA and get 18279.

Yes, I wanted to ask this
But trying to do by myself

i’ll suggest you to create new post for this

Best of luck @sonumohammad333

I think you meant new topic…
:grin:

1 Like

oh yes i mean new topic. :sweat_smile:

1 Like

@Kodular
20200508_185048

20200508_185659

topic is created by @juananton1991

1 Like

This is another more simplified code.

Base26.aia (2.8 KB)

This is base 27 with “zero”

@,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

With lack of information you get wrong answer although I suspected that you wanted excel and I had all the info from this page to make it work

Spoiler for your next task from same page

Next time if you want help for A+B, don’t just ask for A

3 Likes

@juananton1991 some numbers are not working with your method

5252
112112
556556
52520

Select list item: Attempt to get item number 0, of the list (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). The minimum valid item number is 1.

Ummm … Brahmagupta, Brahmagupta

@sonumohammad333 Problem with divisors of 26.

if someone is interested in Sequence String to Number then he/she must visit the following post.

2 Likes

Can also use as extension:
blocks (34)

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.