PDA

View Full Version : Handle Test File Operation issue



cnkinsd
05-24-2016, 01:22 PM
Friedrich,

I seem to be stuck writing a variable to a text file surrounded by [%VARIABLE%]

I get a GEN1019_D error: Unknown compiler variable name.

All I am trying to do is to write a line of text to a file in the following format - [01]... %VARIABLE% is set to 01.
If I write %VARIABLE% I do not get the error, but putting [] around it causes the error.

So how can I write that variable to a text file surrounded by []?????

This problem is absolutely killing me and causing me to pull out my hair... How silly!

Thanks for the assist, again...
Kel

linder
05-25-2016, 03:38 AM
Kel,

Just use [[%VARIABLE%]] (see attached screenshots).

Does this help?

Friedrich

cnkinsd
10-12-2016, 03:14 PM
That did the trick some time ago...Thank you.

Kel