Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T78334
Change Details
Change Details
Old
New
Diff
1. execute this: _control setVariable ["MyValueName", _value]; diag_log text format ["%1, value = %2, control value = %3", _control, _value, _control getVariable "MyValueName"]; 2. check RPT file, it will say: Control #..., value = ..., control value = <null> instead of Control #..., value = ..., control value = ...
1. execute this: _control setVariable ["MyValueName", _value]; diag_log text format ["%1, value = %2, control value = %3", _control, _value, _control getVariable "MyValueName"]; 2. check RPT file, it will say: Control #..., value = ..., control value = <null> instead of Control #..., value = ..., control value = ...
Continue