LotusScript simple question
LotusScript simple question
(OP)
Hi,
Simple question, what is the LotusScript function to extract only first letter of the field.
Example in VB: Left(string, 1)
Thanks.
Simple question, what is the LotusScript function to extract only first letter of the field.
Example in VB: Left(string, 1)
Thanks.
RE: LotusScript simple question
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!