Are you using the right compiler for this forum ?
Hi,
Are you sure you have posted in the right place ?
As far as I am aware Symbol is not part of PicBasicPro.
I certainly have never needed to use it but have seen it used to declare aliases in Proton+.
With regard to Peek and Poke, this is from the PBP manual...
However, all of the PICmicro registers can be and should be accessed without using PEEK and POKE. All of the PICmicro registers are considered 8-bit variables by PicBasic Pro and may be used as you would any other byte-sized variable. They can be written directly or used directly in equations.
TRISA = 0 ' Set PORTA to all outputs
PORTA.0 = 1 ' Set PORTA bit 0 high
Regards
Keith
www.diyha.co.uk
www.kat5.tv
Bookmarks