Author Topic: [v2.0 build] $DEBUG STRING * and DIM SHARED global suffixes  (Read 2511 times)

0 Members and 1 Guest are viewing this topic.

Offline Richard

  • Seasoned Forum Regular
  • Posts: 364
    • View Profile
[v2.0 build] $DEBUG STRING * and DIM SHARED global suffixes
« on: October 27, 2021, 06:40:09 am »
@FellippeHeitor



Thankyou very much for adding the relevant suffixes into the Watch List Box for e.g.



DIM scan_line as STRING *32             -->  scan_line$32 (in watch list box)

DIM SHARED Result AS _INTEGER64   -->  Result&&       (in watch list box)



this would help minimize confusion with my programming style.

FellippeHeitor

  • Guest
Re: [v2.0 build] $DEBUG STRING * and DIM SHARED global suffixes
« Reply #1 on: October 27, 2021, 08:32:50 am »
Glad it's useful to you, Richard 🤗