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

View differences:

RPAD.json
6 6
        "value whose arc tangent is to be returned"
7 7
    ],
8 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"
9
    "returnType": "String",
10
    "sqlCompatible": true
10 11
}

Also available in: Unified diff