B4R Question help me to select variable type

vali khandangoll

Active Member
Hi all of you.

the below line shows "Microsoft"
Log( bc.SubString2("Hello Microsoft windows",6 ,16))

but below line shows 652
Dim c As String
c = bc.SubString2("Hello Microsoft windows",6 ,16)
Log(c)

which type muse be use for C variable to save and show "Microsoft" ?
thanks
 
Top