Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

length of a string

Status
Not open for further replies.

sasa888

Programmer
Oct 15, 2001
131
US
Is there a function to determine the length of a string? Thanks!
 
Might add a trim to remove leading and trailing spaces as well:

len(trim({table.field}))

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top