I am creating my own project, and one important aspect (for me at least) is to create a project which is able to load and store data from a project folder structure (see http://forum.anyscript.org/showthread.php?t=2761). This works for everything except the macro that stores optimized parameter values, which in the default model ( AMMRV1.3 GaitLowerExtremityProject) is:
However, I cannot find a way to store this in my project output folder. When ‘Main.TrialSpecificData.NameOfFile’ is a string containing backslashes to point out the correct destination folder, the macro ignores the backslashes. Is there a way to solve this (by adding the folder location to store the parameters inside the macro)?