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

View differences:

LOCATE.json
10 10
    "description": ["Returns the location of a search string in a string. If a start position is used, the characters before it are ignored.",
11 11
      " If position is negative, the rightmost location is returned. 0 is returned if the search string is not found.",
12 12
      "Example: LOCATE('.', NAME)"],
13
    "returnType": "Double"
13
    "returnType": "Double",
14
    "sqlCompatible": true
14 15
}

Also available in: Unified diff