This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

using Predefined symbols in .cfg file

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