W
Wayne Wengert
I use statements like LEFT(textstring,6) in my app. I have "Imports
Microsoft.VisualBasic" at the top of the code but to use LEFT I have to code
:
Microsoft.VisualBasic.Left(sting, integer)
If I code just "Left" it is flagged as an error with the message
"Public Overloads Property Left() As Integer has no parameters and its
return type cannot be indexed"
How can I get the VisualBasic version of Left as the default?
Microsoft.VisualBasic" at the top of the code but to use LEFT I have to code
:
Microsoft.VisualBasic.Left(sting, integer)
If I code just "Left" it is flagged as an error with the message
"Public Overloads Property Left() As Integer has no parameters and its
return type cannot be indexed"
How can I get the VisualBasic version of Left as the default?