QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: Pete on April 22, 2019, 08:30:13 pm

Title: Developers: Maybe something to check in the IDE? (undefined array undetected)
Post by: Pete on April 22, 2019, 08:30:13 pm
https://www.tapatalk.com/groups/qbasic/viewtopic.php?f=648955&t=39495&p=212699#p212699
Title: Re: Developers: Maybe something to check in the IDE?
Post by: bplus on April 22, 2019, 08:34:58 pm
http://qb64.org/wiki/OPTION_EXPLICIT
Title: Re: Developers: Maybe something to check in the IDE?
Post by: Pete on April 22, 2019, 09:26:40 pm
Thanks Mark. I'll pass that along to TheBOB.

Pete
Title: Re: Developers: Maybe something to check in the IDE?
Post by: FellippeHeitor on April 22, 2019, 09:51:47 pm
Option _Explicit would definitely have helped in finding that typo immediately.