Revision 44089 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/LPAD.json

View differences:

LPAD.json
7 7
        "len - The length of the string after it has been left-padded",
8 8
        "padstr - The string to left-pad to string"
9 9
    ],
10
    "description": "Left pad the string to the specified length. If the length is shorter than the string, it will be truncated at the end. If the padding string is not set, spaces will be used. Example: LPAD(AMOUNT, 10, '*') ",
10
    "description": ["Left pad the string to the specified length.",
11
      "If the length is shorter than the string, it will be truncated at the end.",
12
      "If the padding string is not set, spaces will be used.",
13
      "Example: LPAD(AMOUNT, 10, '*') "],
11 14
    "returnType": "String"
12 15
}

Also available in: Unified diff