mWriteSpace MACRO count

   Writes count spaces to standard output.
   If count is blank, a single space is written.

Parameters:

   count - Optional. The number of space to write.

Example:

         mWriteSpace 30

Dependencies:

   Causes a call to the WriteString procedure.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)