Symbol array

Post your requests and ideas on the future development of mikroBasic for dsPIC30/33 and PIC24.
Post Reply
Author
Message
nervous
Posts: 80
Joined: 13 Feb 2007 08:35
Location: Italy

Symbol array

#1 Post by nervous » 14 Jan 2009 17:18

what you think about that:

Code: Select all

dim MyCtrl[10] as Symbol

MyCtrl[0] = Porta.1
MyCtrl[1] = Portc.0
MyCtrl[2] = Portb.3
...
...
...

MyCtrl[9] = Portf.3

Will be appreciated..

any news about a new release ?

Thanks in advance
Cheers
Nervous

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

Re: Symbol array

#2 Post by zristic » 15 Jan 2009 11:25

It is very difficult to do it. I am not saying "No", but i doubt we will put this on the task list soon.

Thanks for the suggestion anyway.

Post Reply

Return to “mikroBasic for dsPIC30/33 and PIC24 Wish List”