get a single letter in a label

ilan

Expert
Licensed User
Longtime User
hi

is it possible to get a single letter from a label text?

for example:

dim i as int
dim c as char


c = label1(i).text

thanx
 
Top