In Jrules, I often encountered the following : getValue(CONTSANT,5)
. What is the significance of the number after the constant ? I think it means 4 decimal places after the value . Is my assumption correct here ?
Asked
Active
Viewed 57 times
0

The Dark Knight
- 5,455
- 11
- 54
- 95
1 Answers
-1
The Signature of the method is
public String getValue(String key, Locale locale)
A Locale object represents a specific geographical, political, or cultural region.
Follow these links:

Akif Patel - BRMS
- 537
- 1
- 4
- 13
-
I already know about the resources mentioned . This is not an answer to my question . – The Dark Knight Jun 04 '15 at 12:26