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/LEFT.json

View differences:

LEFT.json
7 7
        "len - Number of characters to extract. If the number exceeds the number of characters in string, it returns string"
8 8
    ],
9 9
    "description": "Returns the leftmost number of characters. Example: LEFT(NAME, 3)",
10
    "returnType": "String"
10
    "returnType": "String",
11
    "sqlCompatible": true
11 12
}

Also available in: Unified diff