Name

space — returns a new string of count spaces

Synopsis

space ( in count integer );
 

Description

space returns a new string, composed of count spaces. If count is zero, an empty string '' is returned.

space(5) -> '     '

© 1992 - OpenLink Software. All rights reserved.

Making Technology Work for You®