FUNCTION:  Space( )

Space(Number)
 
The Space function creates a string with the specified number of blank spaces.
 
Note that HTML will only show one blank space on the same line.
 
Code:
<% ="Line above space." %>
<% =Space(13) %>
<% ="Line below space." %>

 
Output:
Line above space.

Line below space.


Copyright 1999-2004 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information