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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LotusScript simple question

Status
Not open for further replies.

sabavno

Programmer
Jul 25, 2002
381
CA
Hi,

Simple question, what is the LotusScript function to extract only first letter of the field.

Example in VB: Left(string, 1)

Thanks.
 
Believe it or not, it's ..... LEFT!!

Left(string, #)

Leslie
landrews@metrocourt.state.nm.us

There are 10 types of people in the world -
those who understand binary
and
those who don't!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top