Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.expressionevaluator / org.gvsig.expressionevaluator.lib / org.gvsig.expressionevaluator.lib.impl / src / main / resources / org / gvsig / expressionevaluator / functions / en / RIGHT.json @ 44053

History | View | Annotate | Download (351 Bytes)

1
{
2
    "name": "RIGHT",
3
    "group": "String",
4
    "template": "RIGHT({{string}}, number_of_chars)",
5
    "args": [
6
        "string - The string to extract from",
7
        "number_of_chars - The number of characters to extract"
8
    ],
9
    "description": "Returns the rightmost number of characters. Example: RIGHT(NAME, 3)",
10
    "returnType": "String"
11
}