"Kenny M." <KennyM@discussions.microsoft.com> schrieb:
> What is the best practice
>
[quoted text clipped - 3 lines]
>
> myStringvar.Trim
It' up to personal preference. Make sure that you are not mixing VB's
string functions with those of the .NET Framework. VB's own functions work
with 1-based indices, the functions in the .NET Framework with 0-based
indices.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Kenny M. - 21 Apr 2005 19:50 GMT
thks
> "Kenny M." <KennyM@discussions.microsoft.com> schrieb:
> > What is the best practice
[quoted text clipped - 9 lines]
> with 1-based indices, the functions in the .NET Framework with 0-based
> indices.