Skip to content

Todo : Data Type / Func - Array / Concat #63

@HotNoob

Description

@HotNoob

Not sure the best format, but it appears to be common where similar registers are just repeated, and could benefit from a concatenation / joining.

ie,

SHORT, x01, error code 1
SHORT, x02, error code 2

instead, maybe this format:

SHORT[], x01~x02, error code

or with . specifed as the join delimeter

SHORT[.], x01~x02, error code

may also need a filter function... to remove zeros.

getting into scripting language territory here :S

Maybe instead of a filter function, a regex replace?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions