Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Transfer Param1 to CtrlId 
Transfer Param2 to Delta 

// Since my CtrlId is the same the OI Control Entity Name, 
// I can use it to manipulate the OI properties as well 
Val = Get_Property(CtrlId, "TEXT") 
Val = Val + (0.1 * Delta) 
Set_Property(CtrlId, "TEXT", Val)

See Also

SpinButton