You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening the file below and then changing the value of A0 in Sheet2 generates a "Circular reference" error
and deletes entry in {"Sheet1"}!A1
file test.sc
newsheet "Sheet1"
newsheet "Sheet2"
movetosheet "Sheet1"
let A0 = {"Sheet2"}!A0
movetosheet "Sheet2"
let A0 = 11
goto A0
The bug only shows interactively: echo -e 'let A0=99\nmovetosheet "Sheet1"\nrecalc\n getnum A0'| sc-im t6.sc --quit_afterload --nocurses' returns the correct answer with no error.
Opening the file below and then changing the value of
A0
inSheet2
generates a "Circular reference" errorand deletes entry in {"Sheet1"}!A1
file
test.sc
The bug only shows interactively:
echo -e 'let A0=99\nmovetosheet "Sheet1"\nrecalc\n getnum A0'| sc-im t6.sc --quit_afterload --nocurses'
returns the correct answer with no error.PR #904
The text was updated successfully, but these errors were encountered: