space PowerHome formula function
Description
Builds a string of the specified length whose value consists of spaces.
Syntax
space ( n )
Argument Description
n A long whose value is the length of the string you want filled with spaces
Return value
String. Returns a string filled with n spaces if it succeeds and the empty string ("") if an error occurs.