LOTUSSCRIPT LANGUAGE


Spc function
Example

Inserts a specified number of spaces in the output from a Print or Print # statement, beginning at the current character position.

Syntax

Spc ( numExpr )

Elements

numExpr


Usage

If you specify a width for the file, numExpr interacts with that width as follows:


You can set the width only for printed files. If you don't specify a width for the file, LotusScript prints exactly numExpr spaces.

Example
See Also