Hello,
i have created a Sequence File to configure the Sequence Editor (4.0) Tool Menu dynamically. Now i have a question about the ActiveX Function
EditTimeMenuItem.ItemTextExpression, which need a String as Input. Take an example: to set the name of a new Menu to "New Menu", i must type
"\"New Menu\"" instead of
"New Menu". Otherwise i get the Menu Name "Unexpected token: Menu".
I think it maybe a small mistake in the value transfer, isn't it?
ItemTextExpression Property
Syntax
EditTimeMenuItem.ItemTextExpression
Data Type
String
Purpose
Specifies the expression TestStand uses to determine the menu item text at run time.
Regards
MY