$FUNCNAME$
  CLIP()
$CATEGORY$
  CODEBLOCK
$SUMMARY$
   Evaluate function.
$LANG_RU$
    .
$SYNTAX$
     CLIP(<sFuncName>, [<Param1>, ..., <ParamN>) 	--> <vData>
$ARGUMENTS$
     <sFuncName>	String, is the function name.
     <Param1>,...<paramN>	is are parameters for function <sFuncName>.
$LANG_RU$
     <sFuncName>	String,  
     <Param1>,...<paramN>	,    <sFuncName>.
$RETURNS$
     Returns the result of evaluate <sFuncName> function.
$LANG_RU$
         <sFuncName>.
$DESCRIPTION$

     CLIP() evaluates function with name <sFuncName> and returns result this function.
$LANG_RU$

     CLIP()      <sFuncName>     .
$EXAMPLES$

CLIP("substr","asdfghjkl",2,3) 		// --> "sdf"

$PLATFORMS$
   No dependies of platform.
   $LANG_RU$
      
$SEEALSO$
$AUTHOR$
ITK
   $LANG_RU$

$END$


