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

AVEVA™ Plant SCADA

StrFill

  • Last UpdatedJul 18, 2023
  • 1 minute read

Fills a string with a number of occurrences of another string.

Syntax

StrFill(String, Length)

String:

The string to be repeated.

Length:

The length of the string.

Return Value

The filled string.

StrPad

Example

Variable=StrFill("abc",10);

! Sets Variable to "abcabcabca".

Variable=StrFill("x",10);

! Sets Variable to "xxxxxxxxxx".

See Also

String Functions

Using the Caret Escape Sequence Character

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in