All Bundles

CharRange

Character range used primarily for looping

Implements: Range

Operations

New

Constructor.

New(start:Char, end:Char, step:Char)
Parameters
NameTypeDescription
startCharstarting index
endCharending index
stepCharstep by value

Constructor.

New(start:Char, end:Char)
Parameters
NameTypeDescription
startCharstarting index
endCharending index

Constructor.

New(end:Char)
Parameters
NameTypeDescription
endCharending index

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

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