Try compiling this with the latest update.zip(8/4/2007) installed:
#chip 12F629,4
MyVar = 0 ' Set MyVar to "0"
You'll get this:
An error has been found:
Message UNDECLAREDARRAY not defined in messages.dat!
Removing the quotation marks fixes the problem.
Thanks for letting me know about the bug, the fix is now in http://gcbasic.sourceforge.net/newfiles/update.zip .
Log in to post a comment.
Try compiling this with the latest update.zip(8/4/2007) installed:
#chip 12F629,4
MyVar = 0 ' Set MyVar to "0"
You'll get this:
An error has been found:
Message UNDECLAREDARRAY not defined in messages.dat!
Removing the quotation marks fixes the problem.
Thanks for letting me know about the bug, the fix is now in http://gcbasic.sourceforge.net/newfiles/update.zip .