My 71B is telling me “Data Error” whenever I try to use the variable “F” - any ideas?

  • WasPentalive@lemmy.oneOP
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    Oh - I just got it I think. One of my other programs uses F for an array - but that should be separate. Aren’t variables separated between different programs?

    • JakeSparkleChicken@midwest.socialM
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      See if it still gives you the same error after doing DESTROY ALL. That frees all of the variable memory, and if you are running into a condition where an old variable definition is interfering with your current program then it should clear it up.