April 2002
Intermediate to advanced
688 pages
19h 51m
English
LTrim Function
Microsoft.VisualBasic.Strings
LTrim(str)str (required; 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