v2025.6.2
All Bundles

CharRange

Character range used primarily for looping

Operations

GetEnd

Gets the ending index

method : public : GetEnd() ~ Char

Return

TypeDescription
Charending index

GetStart

Gets the starting index

method : public : GetStart() ~ Char

Return

TypeDescription
Charstarting index

GetStep

Gets the step value

method : public : GetStep() ~ Char

Return

TypeDescription
Charstep value

New

Constructor.

New(start:Char, end:Char, step:Char)

Parameters

NameTypeDescription
startCharstarting index
endCharending index
stepCharstep by value

New

Constructor.

New(start:Char, end:Char)

Parameters

NameTypeDescription
startCharstarting index
endCharending index

New

Constructor.

New(end:Char)

Parameters

NameTypeDescription
endCharending index

SetEnd

Sets the ending index

method : public : SetEnd(end:Char) ~ Nil

Parameters

NameTypeDescription
endCharending index

SetStart

Sets the starting index

method : public : SetStart(start:Char) ~ Nil

Parameters

NameTypeDescription
startCharstarting index

SetStep

Sets the step value

method : public : SetStep(step:Char) ~ Nil

Parameters

NameTypeDescription
stepCharstep value