boolean expresion

Discuss about beta versions of mikroBasic
compiler.
Post Reply
Author
Message
yo2lio
Posts: 1878
Joined: 19 Sep 2006 12:57
Location: Romania, Arad City
Contact:

boolean expresion

#1 Post by yo2lio » 12 Jul 2007 13:55

Hi,

I want to translate this expresion from MikroPascal in MikroBasic :

Code: Select all

No_Error : array[2] of  boolean;
must be :

Code: Select all

No_Error as boolean[2]
Not work !!!

Solutions is

Code: Select all

No_Error as byte[2]
??????

Regards, Florin Medrea.

Post Reply

Return to “mikroBasic Beta testing”