iOS Question Creating Random String

tufanv

Expert
Licensed User
Longtime User
Hello,

in b4a i am using string functions library to create random string with 3 chars like :
txtcountry.Text = s.RndChrGen(3,1)

we dont have the library in b4i. How can i do stg like this ?

TY
 
Top