Siebel VB Language Reference > Methods Reference for Siebel VB > String Methods >

Get a String of Spaces Method


The Get a String of Spaces method returns a string of spaces.

Format

Space[$](number)

For information about the dollar sign, see Usage of the Dollar Sign.

The following table describes the arguments that you can use with this method.

Argument
Description

number

A numeric expression that specifies the number of spaces to return. This number can be any numeric data type, but this method rounds the number to an integer. This number must reside in the range of 0 through 32,767.

Example

For an example, see Get Octal Method.

Siebel VB Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.