S
StrandElectric
Now trying Google before trying for solutions here. Given up completely on
the useless help system in 2008Express. Half the searches give nothing. What
a slack product! Google has alwsays been fine so far.
Here's a curly one. I wanted to separate the 3 bytes of a 3 byte string
(reading a legacy file). In vb6 it was Left$(String,1), Mid$(String,1,1),
Right$(String,1).
vb.net is of course sans the $ but...For some peculiar reason in vb.net you
have to say Microsoft.VisualBasic.Left(String,1) and
Microsoft.VisualBasic.Right(String, 1) BUT the syntax for Mid is similar
(less the $) as vb6 with no 'Microsoft.VisualBasic'! How's that for
inconsistency?
the useless help system in 2008Express. Half the searches give nothing. What
a slack product! Google has alwsays been fine so far.
Here's a curly one. I wanted to separate the 3 bytes of a 3 byte string
(reading a legacy file). In vb6 it was Left$(String,1), Mid$(String,1,1),
Right$(String,1).
vb.net is of course sans the $ but...For some peculiar reason in vb.net you
have to say Microsoft.VisualBasic.Left(String,1) and
Microsoft.VisualBasic.Right(String, 1) BUT the syntax for Mid is similar
(less the $) as vb6 with no 'Microsoft.VisualBasic'! How's that for
inconsistency?