Dollar signs versus percent signs for variables in run configurations?
Answered
Hi! Is there a difference between writing e.g. `%MODULE_WORKING_DIR%` and `$MODULE_WORKING_DIR$` in a run configuration? Is either of them preferred?
Please sign in to leave a comment.
No differences, but $MODULE_WORKING_DIR$ is the default.
Thanks!