Requirement for value of object flag - example
DDE reference:
= D_2000|FLAGS!U.Kx_O2_Ref_Plyn
This DDE reference returns the string, which contains the names of all flags
of the current value of object U.Kx_O2_Ref_Plyn
that are TRUE.
For example, if DDE reference returns th string "AB;", the A and B
flag of current value is TRUE. The function IsFlag
can be used to get the value of one particular flag.
= IsFlag(D_2000|FLAGS!U.Kx_O2_Ref_Plyn,"A")
This function returns the value of A flag of instantaneous value U.Kx_O2_Ref_Plyn.
Related pages:
0 komentárov