hi, need help about appforge mobilevb

what is the command for appforge mobilevb when reading ini file?

like on vb6

VB Code:
  1. Open "C:\data.ini" for input as #1

also why appforge mobilevb don't support like this format

VB Code:
  1. Val1 = Mid(Text1.Text,2,1)
  2. Val2 = Mid(Text2.Text,4,1)

what is the code for this in mobilevb?

thanks..