The solution I got is just to name my local variables with unique names like i1, i2 , or to add the name of the task to the variable (like FAKELOCAL makes) - TASK_Serial.i .
The second solution (to implement into the variable name the task name) is better, but requires more efforts when writing the code.
I test this approach and it works. But will be great if I could use the current MPLAB 5.70 approach.
Regards
Luben
[This message has been edited by luben (edited October 27, 2003).]