Spc()

creates a String with the requested number of Spaces (ASCII 32).

Syntax: String = Spc(Number)

Example:

  dim s as string
  s = Spc(8)  ' ouutput: "        "