Skip to content

Allow structs to be used in the filter section #32

Description

@AppaYip

Suggestion Description

As of now, trying to do something like

struct A:
    strs: strings
on script load:
    set {_a} to A struct instnace:
        strs: "Hello", "Goodbye", "Bonjour"
    filter ({_a}->strs) to match:
        input isn't "Bonjour"

Will error, stating You can only filter list variables!

It would be nice to be able to filter lists within a struct.

Screenshots

Image

Other

No response

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