/libformula-1.1.3/source/org/pentaho/reporting/libraries/formula/function/text/Mid-Function.properties
Properties File | 12 lines | 8 code | 1 blank | 3 comment | 0 complexity | a5a2ed8333bb40bfa64e2520929468ae MD5 | raw file
Possible License(s): LGPL-2.1
1#
2# Copyright (c) 2007, Pentaho Corporation. All Rights Reserved.
3#
4
5display-name=MID
6description=Returns a partial text string of a text.
7parameter.0.display-name=text
8parameter.0.description=The text in which partial words are to be determined.
9parameter.1.display-name=start
10parameter.1.description=The position from which the part word is to be determined.
11parameter.2.display-name=number
12parameter.2.description=The number of characters for the text.