PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/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. display-name=MID
  5. description=Returns a partial text string of a text.
  6. parameter.0.display-name=text
  7. parameter.0.description=The text in which partial words are to be determined.
  8. parameter.1.display-name=start
  9. parameter.1.description=The position from which the part word is to be determined.
  10. parameter.2.display-name=number
  11. parameter.2.description=The number of characters for the text.