QB64.org Forum
Active Forums => QB64 Discussion => Topic started 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.
-
Glad it's useful to you, Richard 🤗