The Value Setting dialog displays different contents for message type variables and non-message type variables.
Use this dialog for updating the value of message type variables.
Right-click the message type variable in Variables view and select Change Value to view this dialog.
Figure 1-94 FigureValue Setting dialog (message type variables)
Enter the value of the variable in the input field. You cannot use blank characters (0x00) in the variable value. If you update a message type variable, the XML character code always changes to UTF-8 (even if a character code other than UTF-8 is specified, the character code is converted to UTF-8).
Use this dialog for updating the value of non-message type variables.
Right-click the non-message type variable in the Variables view, and then select Change Value to view this dialog.
Figure 1-95 FigureValue Setting dialog (non-message type variables)
Enter the value of the variable in the input field. The following table describes the range of values that you can enter in each variable type:
Table 1-10 TableRange of values that can be entered in each variable type
Variable type | Range of value |
---|---|
numeric type | Values that can be interpreted by the valueOf (java.lang.String) method of java.lang.Double (example:+1, 3.14, 1e-2d) |
boolean type | True or false |
string type | Any character string (example: 15inch LCD display) |