- Added GetVariable function [usage: GetVariable("VariableName")]
- Removed several unneeded exposed functions
- r853 broke Substitute on the Script measure, fixed
This commit is contained in:
Birunthan Mohanathas
2011-07-06 20:12:05 +00:00
parent fa67b07a62
commit 95fe545cc5
5 changed files with 31 additions and 274 deletions

View File

@@ -125,7 +125,7 @@ bool CMeasureScript::Update()
*/
const WCHAR* CMeasureScript::GetStringValue(AUTOSCALE autoScale, double scale, int decimals, bool percentual)
{
return m_StringValue.c_str();
return CheckSubstitute(m_StringValue.c_str());
}
/*