I would like to specify an absolute path in the include() in the form "include( "%My_Path%\test.sm" ). Unfortunately, I get an error message here. The post "yaf_postst17310_include-function-issues.aspx" describes this possibility of using absolute paths. Is there a solution here? Regards Ralph
Environment variables are inherited from Explorer when the application is launched. If you create such a variable after the program has been launched, it will not be defined. You need to restart the program and follow a simple rule: first define the variable, then launch the program.