Hi,
I have a couple of C#.NET FB custom actions with one property page each. One of them is for setting build information before comensing the actual build. The property page has a group box with radio buttons chosing which subversion action to take, a WriteData script transferes the choice into a FB variable (Propeties.PropertyAsString("X") = Page.ControlNameX.Text), and the action works as predicted when checking the action property in the properties inpector tab. The problem comes later when I am to use this FB variable in a switch statement: only the FB default value show up, whether it is set to empty or any of the other accepted values. I've unchecked the resetting of variables of runtime and checked the 'Current Values' in the FB Options - Variables, but to no avail. What am I doing wrong? Something else I should try?