smrutirmohanty
2 years agoOccasional Visitor
Query regarding error
function BoldText()
{
var1 = NameMapping.Sys.Philips_Configure.HwndSource_ShellWindow.ShellWindow.contentTabs.tLeft.cbox;
// Specifies new attributes
var attr = Log.var1;
attr.BoldText();
// Applies these attributes to a message
Log.Message("default value is in BOLD", "", pmNormal, attr);
}
Getting a error message as
cannot find BOLDText property of Undefined.