Promotic

Space - function of language VBScript

Description:
Returns a string consisting of the specified number of spaces.
Syntax:
String Space(Integer number)
Parameters:
number(Integer) specifies number of spaces you want in the string
Example:
VBScriptSelect and copy to clipboard

Dim sString
sString = Space(10)   ' Returns a string with 10 spaces
sString = "Hello" & Space(10) & "World"   ' Inserts 10 spaces between two strings
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.