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 / RPAD.json @ 44053

History | View | Annotate | Download (394 Bytes)

1
{
2
    "name": "RPAD",
3
    "group": "String",
4
    "template": "RPAD({{a}})",
5
    "args": [
6
        "value whose arc tangent is to be returned"
7
    ],
8
    "description": "Right pad the string to the specified length. If the length is shorter than the string, it will be truncated. If the padding string is not set, spaces will be used. Example: RPAD(TEXT, 10, '-')",
9
    "returnType": "String"
10
}