Use of Windows Environment Variables within an ASN?
Author: bartonm@westinghouse.com (radarhead)
Hi excellent people, is it possible to use Windows Environment Variables within ASN files? Barbara suggest creating a variable starting with a $ here:http://unifaceinfo.com/forum/unifacetechnicalsupport/use-environment-variable-in-files-section-of-assignment-file/ . However this does not seem to work for me. I have tried the following (disclaimer: this is a made up example, but you will get the point): Windows Environment Variables: $EV = D:\\BLAH\\BLAH EV = D:\\BLAH\\BLAH Within the ASN *.frm = %EV%\\*.frm *.frm = "%EV%\\*.frm" "*.frm = %EV%\\*.frm" *.frm = $EV\\*.frm *.frm = "$EV\\*.frm" "*.frm = $EV\\*.frm" *.frm = %$EV%\\*.frm *.frm = "%$EV%\\*.frm" "*.frm = %$EV%\\*.frm" But none of which seem to work. Thanks in advance for any ideas people may have. Regards, Mike.

It's not possible to use environment variables in an ASN file. There's been a wishlist item outstanding on this for a bit now. 


