Also upon exiting the Chart Wizard in v18.2 and attempting to save the workspace, I get the following error:
Cannot perform operation when # is referenced by session namespace.
Reached via:
⎕SE.tip...THIS
I'm using the following code to generate 6 sine waves on a single graph (y1 vs. x):
x←0,(⍳200)×○÷100
n←⍳6
y←0.3×1○(0.5×n)×⍤0 1⊣x
y1←n+⍤0 1⊣y
Is anyone else having these issues with v18.2?