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
| Name | Type | Description |
|---|---|---|
| customPosition | string | The 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
| Type | Description |
|---|---|
Cursor | A new Cursor object configured with the specified custom position. |