Variable Modifiers on Bit and Byte Level

Post your requests and ideas on the future development of mikroBasic.
Post Reply
Author
Message
EmSys
Posts: 12
Joined: 29 Aug 2006 09:34
Location: EUROPE

Variable Modifiers on Bit and Byte Level

#1 Post by EmSys » 30 Aug 2006 10:09

Variable Modifiers on Bit and Byte Level.

like:

Code: Select all

dim MyVar as word

MyVar.Byte1=$AA
MyVar.Bit0=0
Rather than Lo, Hi, Higher, Highest, that allow to read bytes only.
EmSys

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Variable Modifiers on Bit and Byte Level

#2 Post by zristic » 30 Aug 2006 11:41

EmSys wrote:Variable Modifiers on Bit and Byte Level.

like:

Code: Select all

dim MyVar as word

MyVar.Byte1=$AA
MyVar.Bit0=0
Rather than Lo, Hi, Higher, Highest, that allow to read bytes only.
For this we would need to change the whole compiler and to start all over again. Sorry, this is one of the rare wishes which will not come true. :cry:

Post Reply

Return to “mikroBasic Wish List”