Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Trim Trailing or Leading Blanks / Whitespace from a String Use the Visual Basic functions LTrim$, RTrim$, and Trim$ to trim whitespace from a string. MyString = " Chilkat Software " Print LTrim$(MyString) ' prints "Chilkat Software " Print RTrim$(MyString) ' prints " Chilkat Software" Print Trim$(MyString) ' prints "Chilkat Software"
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.