Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Trim Trailing or Leading Blanks / Whitespace from a StringUse 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"
|
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.