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 @ 44110

History | View | Annotate | Download (421 Bytes)

1 44053 omartinez
{
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 44110 omartinez
    "returnType": "String",
10
    "sqlCompatible": true
11 44053 omartinez
}