Skip to main content

NewCursorFromCustomPosition

No overview available.

def NewCursorFromCustomPosition(
customPosition: string
) - > Cursor

Creates a new Cursor object initialized to a custom position. This function is used to set the starting point for iterating through a sequence from a specific, user-defined position.

Parameters

NameTypeDescription
customPositionstringThe string representing the custom position from which the cursor should start. This value defines the exact point in a sequence where iteration will begin.

Returns

TypeDescription
CursorA new Cursor object configured with the specified custom position.