kitControl-StringSubstring

This component outputs a portion of the In slot StatusString value, as specified by integer properties Begin Index and End Index.

StringSubstring is available in the String folder of the kitControl palette.

By default, Begin Index=0 and End Index=-1, which means the component passes the entire In string.

Figure 100.   StringSubstring properties
Image
Property Value Description
Out text (defaults to blank) and null definition Displays the substring.
In text (defaults to blank) and null definition Displays the string from which to extract the substring.
Begin Index number (defaults to zero (0)) Defines where in the In string the substring starts.
End Index number (defaults to -1) Defines where in the In string the substring ends.