12-04-2024, 02:50 AM
(12-04-2024, 02:30 AM)FellippeHeitor Wrote: If you open a program in qb64 and hit f4 you’ll get a list of all variables and arrays it has.
Nope.
The first time that you stroke F4, QB64IDE ask you to add $debug on the first line of code.
At the second stroke of F4 you get the Add Watch window with the count and the list of all variables , the type pf data and the scope (global/SUB/Function).