Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

StringSpace()

  • Last UpdatedJul 13, 2023
  • 1 minute read

Generates a string of spaces either within a string equipment.item or within an expression and returns the result.

Category

String

Syntax

StringResult = StringSpace( NumSpaces );

Parameter

NumSpaces

Number of spaces to return. Any number or an integer equipment.item.

Examples

All spaces are represented by the "×" character:

StringSpace(4) ' returns "××××";

"Pump" + StringSpace(1) + "Station" ' returns "Pump×Station";

See Also

StringASCII(), StringChar(), StringFromIntg(), StringFromReal(), StringFromTime(), StringInString(), StringLeft(), StringLen(), StringLower(), StringMid(), StringReplace(), StringTest(), StringToIntg(), StringToReal(), StringTrim(), StringUpper(), Text()

String Functions

In This Topic
Related Links