ToDo: Difference between revisions
Jump to navigation
Jump to search
(New page: === quotes in solution const variables === solution const val="...sqrt(...)..." sometimes doesn't parse everything if you use quotes. === Contact doesn't parse any const variables === s...) |
(No difference)
|
Revision as of 18:02, 9 November 2010
quotes in solution const variables
solution const val="...sqrt(...)..."
sometimes doesn't parse everything if you use quotes.
Contact doesn't parse any const variables
solution add name=Ec const val=(DevPsi-$Chi)
the contact command will not parse the Ec variables because it is a const. I should try w/o quotes tho... maybe this is the same bug as above