August 2001
Intermediate to advanced
656 pages
18h 5m
English
LTrim Function
Microsoft.VisualBasic.Strings
LTrim(str)str
Use: Required
Data Type: String
A valid string expression
String
Removes any leading spaces from str
If str has no leading spaces, the function
returns str unmodified.
If str is Nothing,
LTrim returns Nothing.
It is unwise to create data relationships that rely on leading spaces, especially since most string-based data types in relational database-management systems (like SQL Server and Access) automatically remove leading spaces.
Read now
Unlock full access