Hi This is legal code for the compiler I use:
#use delay(clock=4M)
now I need to substitute the inside brackets text clock=4M  with a macro.
The digit 4 might be any digit, it should be modifiable.
I tried with this 
#define CLOCK_SPEED(x)        clock=xM
but didnt work.
 
     
    