> Would it be a problem to put the CLINES after the function declaration > instead of before? Not really. Only thing is that they have to be early before all the compiled code, since CLINES are normally used for including headers. Juanjo