LOTUSSCRIPT LANGUAGE
Example: Left function
' Assign the leftmost 2 characters in "ABC".
Dim subString As String
subString$ = Left$("ABC", 2)
Print subString$ ' Output: "AB"
See Also
Left function
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary