LINES$ returns a document of which the text lines are preceeded with a given number of spaces and is followed by a given number of linefeeds.

Syntax

LINES$(StrExp$, LineFeeds% [,Leading_spaces%])

Arguments

Examples

LINES$("Qnowledge 
Haagsteeg 2 
Wageningen",3,6)

Returns:

"      Qnowledge 
       Haagsteeg 2 
       Wageningen 
"


 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview