Bit constant

Post your requests and ideas on the future development of mikroPascal PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
pulfer0b
Posts: 2
Joined: 04 Apr 2011 11:24

Bit constant

#1 Post by pulfer0b » 08 Apr 2011 14:29

It will be great if we can use Bit constant as Bit variable value.

Example :

Code: Select all

const
  LCD_Instruction_Register : bit = False;
  LCD_Data_Register : bit = True;

var
  EADOG_RS_Pin : sbit at LATF.2;  
 
begin
  EADOG_RS_Pin := LCD_Data_Register;
[/size]

User avatar
slavisa.zlatanovic
mikroElektronika team
Posts: 1321
Joined: 07 Apr 2009 09:39

Re: Bit constant

#2 Post by slavisa.zlatanovic » 11 Apr 2011 09:47

Hi!

I'll notify our software developers of this issue. It will be considered.
Thanks!
Best regards
Slavisa

p.erasmus
Posts: 3391
Joined: 05 Mar 2009 10:28

Re: Bit constant

#3 Post by p.erasmus » 04 May 2011 17:48

pulfer0b wrote:It will be great if we can use Bit constant as Bit variable value.
You are asking for something that was asked for many many times in the Basic Forum and Slavisa gave you the answer we saw many many times in the past aswell
slavisa.zlatanovic wrote:I'll notify our software developers of this issue. It will be considered
P.Erasmus
Saratov,Russia
--------------------------------------------------------------

Post Reply

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