PICK and POKE of strings have off-by-one error with indexes < 1. #608
Labels
CC.resolved
Issue with CureCode status built, tested or complete
Status.important
Test.written
Type.bug
Submitted by: BrianH
PICK and POKE of string types skip the 0 index, and negative indexes are shifted accordingly. PICK and POKE of block types work correctly.
Imported from: CureCode [ Version: alpha 33 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:alpha 55 ]
Imported from: metaeducation#608
Comments:
Submitted by: BrianH
Note that this bug exists in R2, for blocks as well. This needs to be fixed - it's like picking and poking in Roman numerals.
Submitted by: Carl
See also #857
Submitted by: BrianH
See also #609 - the same bug for AT.
The text was updated successfully, but these errors were encountered: