does 2.5 have the dig command
The DIG modifier has been there forever....
Dave Purola,
N8NTA
EN82fn
Thanks to all of you for the assistance.
What is the dig modifier please ?
Thnaks
Ambrogio
From manual:
DIG returns the value of a decimal digit. Input the digit number (0 – 9, with 0 being the rightmost digit). DIG returns the value of the decimal digit that you specified. DIG is commonly used to distill BCD digits from numeric values and to isolate single digits for display on seven-segment LCD.
B0 = 123 ' Set B0 to 123
B1 = B0 DIG 2 ' Sets B1 to 1 (digit 2 of 123)
That is clear to me now.
Thanks
Ambrogio
Ambrogio
I am working on the program by adding commands as you can see in the picture.
Let me know when you are ready.
Steve Earl www.datageo.co.uk
Steve, very good result !
I think It will help a lot of people too .
I am wait to receive the item ( about 20 days ).
Could you please post the code : I will start to study it .
Thanks
Ambrogio
Bookmarks