I really should get all of my replys into one post ...

Presumably to set hardware properties in the PIC via PICBasic, I just refer directly to the neccesart control registers - for instance, to set up a 1:2 prescaler on timer1 I would use the basic command:

T1CON.4=1
T1CON.5=0

And similarly for setting up interrupt registers, or in fact any control registers within the PIC...


Cheers (for the last time!)

Ben