LOTUSSCRIPT LANGUAGE
Examples: String function
Dim stars As String, moreStars As String
stars$ = String$(4, Asc("*"))
moreStars$ = String$(8, "* characters")
Print stars$, moreStars$ ' Prints **** ********
See Also
String function
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary