Skip to content

Multiple variables of same name with different prefixes not treated as separate variables #154

@boxgaming

Description

@boxgaming

In QB4.5 the following code:

a& = 50000
a% = 32000

results in this output:

50000
32000

Whereas in QBJS the same code results in the following:

32000
32000

because QBJS is reassigning the variable, rather that treating it as a separate variable.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Unscheduled

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions