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 1. StringSubstring properties


PropertyValueDescription
Outtext (defaults to blank) and null definitionDisplays the substring.
Intext (defaults to blank) and null definitionDisplays the string from which to extract the substring.
Begin Indexnumber (defaults to zero (0))Defines where in the In string the substring starts.
End Indexnumber (defaults to -1)Defines where in the In string the substring ends.