Skip to content

createReader() example has an error #377

@thisischrisswift

Description

@thisischrisswift

Issue description

createReader() example line 12 has an error.
String[] pieces = split(line, TAB);

URL(s) of affected page(s)

https://processing.org/reference/createReader_.html

Proposed fix

should read
String[] pieces = split(line, "t");
that is the the .txt file in the createWriter example uses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions