BBjInputN::setValue
Description
Sets the value of the BBjInputN control.
Syntax
Return Value |
Method |
void |
setValue(float value) |
Parameters
Variable |
Description |
value |
Specifies the value to be set in the control. |
Return Value
None.
Remarks
Note that a mask within a control does NOT round, but a mask within the STR() DOES round. For example, when placing a value such as 12.34567 into an inputN control that is masked with ###0.00, you'll get 12.34. However, if in console mode you print str(12.34567:"###0.00"), you'll get 12.35.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.