type

StrSubstr

StrSubstr : HxComp

Extracts a sub-string of the input.

slots parentRef

Component tree parent

compName

Component name in parent

compLayout

Layout in a visual coordinate system

links

List of links to this component

in

The input Str

out

The computed sub-string

startIndex

The index to start extracting the sub-string

endIndex

The index to end extracting the sub-string

in StatusStr? <summary>

The input Str

out StatusStr <readonly, summary, transient>

The computed sub-string

startIndex Int <minVal:0, val:0>

The index to start extracting the sub-string

endIndex Int <val:-1>

The index to end extracting the sub-string. Use -1 to indicate the end of the string.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST