Android Question stuck on SubString2

MarkoMylo

Member
Licensed User
Longtime User
I dont know why but i have some error when i try to emulate some code on my phone
it stucks in this line

tee = "ENGLAND"
Label1.Text = tee.SubString2(1,1)


i put in globals: dim tee as string

gives me "PROGRAM PAUSED AT LINE" (where is label1.text = tee.substring2(1,1)

Why???? :(
 
Top