I thought this is an interesting exercise, so I am posting. It documents what I think is some interesting behavior in the new FunctionParameter functionallity.
Load this efs, Boolean is a String, and run it with the formula output window open. You will see the output in the formula output window "I am a Boolean"
Now is where it gets interesting. Pull up edit studies and go into the Boolean is a String study and select the true boolean value and then apply it. Now look at the formula output window.
The new FunctionParameter assignment of this variable as a Boolean true has changed the variable type to a string. I am thinking either I have some small error in my code that I cannot see or this is unique to the new FunctionParameter assignment.
Does anyone have any ideas?
Load this efs, Boolean is a String, and run it with the formula output window open. You will see the output in the formula output window "I am a Boolean"
Now is where it gets interesting. Pull up edit studies and go into the Boolean is a String study and select the true boolean value and then apply it. Now look at the formula output window.
The new FunctionParameter assignment of this variable as a Boolean true has changed the variable type to a string. I am thinking either I have some small error in my code that I cannot see or this is unique to the new FunctionParameter assignment.
Does anyone have any ideas?
Comment