QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Richard on October 27, 2021, 06:40:09 am

Title: [v2.0 build] $DEBUG STRING * and DIM SHARED global suffixes
Post by: Richard 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.
Title: Re: [v2.0 build] $DEBUG STRING * and DIM SHARED global suffixes
Post by: FellippeHeitor on October 27, 2021, 08:32:50 am
Glad it's useful to you, Richard 🤗