Imports
You need to import the namespace that includes the Left function.
Include this first in your code, before any declaration.
Imports Txt = Microsoft.VisualBasic.Strings
You can then use the following syntax to access the Left function.
Txt.Left("testing,2)
You can you the Object...