|
|
|
This desktop application illustrates the following:
- It is possible to use a scripting language to perform calculations or to evaluate expressions.
- When the Number of Units, the Currency to Convert
From, or the Currency to Convert To changes, the Result
changes it's value.
- The simkin scripting language is used to perform the exchange rate calculation.
The Result is calculated using the following expression:
(Number of Units) *
(Dollar rate of Currency to Convert to) / (Dollar rate of
Currency to Convert From) |
|
See the
Configuration and User
Interface that was used to create this application.
|
|