BFate
15 years agoNew Contributor
Script Error on Log.CreateNewAttributes in Beta 2
I have run into a script error trying to run some tests in the TC Beta 2. I don't think there are any syntax issues with the code but it will not execute. Can anyone offer any suggestions?
.Message "Begin Test", "", pmNormal, Attr
Attr Attr = .CreateNewAttributesAttr.Bold =
Dim Attr
Set Attr = Log.CreateNewAttributes
Attr.Bold = True
Log.Message "Begin Test", "", pmNormal, Attr
.Message "Begin Test", "", pmNormal, Attr
Attr Attr = .CreateNewAttributesAttr.Bold =