Skip to content

indexing local string vars is impossible #265

@x87

Description

@x87

this works:

s$var[0] = '0'    
s$var[1] = '1' 

this doesn't:

0@s[0] = '0'  // error Invalid local variable name 0@s.

As an implication custom string variables also get wrong indexes:

string x[3]

x[0] = '0' // 0@ - ok
x[1] = '1' // 1@ - wrong
x[2] = '0' // 2@ - wrong

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions