10-21-2006 11:20 AM
10-23-2006 01:21 PM
10-23-2006 01:35 PM
Hi,
since the conditional disable diagram tells the compiler to ignore the code in the disabled diagrams, I'm pretty sure that there is no way to change the values of the symbols at run time (you could get in trouble if the code in the initial disabled diagram has errors inside).
cosmin
10-23-2006 01:40 PM
I agree with cosmin.
If you want to do it at development time then scripting can help.
http://forums.lavag.org/index.php?showforum=29
But back to the how I read the Q.
Call the code dynamically using invoke node run or call by reference.
Ben
10-23-2006 03:48 PM
@Ben wrote:
If you want to do it at development time then scripting can help.
I agree there is little need to change these very often (or at all). I somehow doubt scripting can touch these, because we cannot change them directly, we need to go to the project window and select "menu...project...properties..conditional disable symbols".
WIthout a project, they seem off limits.
I wonder where this information is stored.... 😉
(Hmmm, the help button on the project properties page does not seem to point to a valid help window ....:()
10-24-2006 07:23 AM