Skip to content

Indexing read_row #124

Closed
Closed
@theochit

Description

@theochit

Is there a way to access the results of read_row by index?
Ie,

while (in.read_row(one, two, three)){
    for(int i = 0; i < 3; i++){
      final = read_row_results[i];
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions