Make array of alphabet

Hello everyone,

I want to make a alphabet in a variable type Array, is that possible?

Thanks !

Its not cleat what exactly you want ?

Hello Skini,

sorry, i want to make a alphabet.

But i think the best way, is make it inside a array of string.

So i want to know, how to make a array and how i can pass a alphabet.

Example:

new String(“abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTVWXYZ”){}

I hope to be more cleary now. Thanks for answer !

Hi @RpaTest_Pwc,

you can get character array as follows: String.ToCharArray()
use assign activity and assign as assign arrayvariable = String.ToCharArray()

Regards
Aditya

Hi @RpaTest_Pwc,

I would like to suggest one more thing, you should explore the forum first in order to get solutions as most of the solutions are all ready there, if not then only you should go to ask a question in forum

Thanks
Aditya