Hi
Is there a way to access the predefined symbols in .cfg file. what I want to do is define a symbol SYM_0 and then in .cfg file
if(SYM_0)
{..........}
else
{...........}
if not predefined symbols, is there any other way to access outside symbols like from a file.
Regards
Tarun