Quote:
|
Originally Posted by RocketFlow
Here is your example in C#:
Code:
String myLongString = "This is a very long text. This is a very long text. This is a very long text. This is a very long text. This is a very long text. This is a very long text. This is a very long text. ";
String myShortString = myLongString.Substring(0, 50);
HTH
|
Great, thanks to you as well... plug and play so to speak
