Excel Client:ElemChildName: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 22: Line 22:
   
   
==Example ==
==Example ==
<span {{CoPFormel}}>ElemChildName(„Zeit“;“2005“,5) </span><br>
<span {{CoPFormel}}>ElemChildName("Zeit";"2005",5) </span><br>
returns MAY 2005
returns MAY 2005



Latest revision as of 16:47, 15 April 2014

Function

ElemChildName(Dimension, StartElement, Index)

This function returns the ChildElement of the element StartElement at the position Index. The value of -1 is returned if the element is not found, if the dimension does not contain the element StartElement, or if there is no element at the position Index.

Parameter Description
Dimension The dimension to which the operation applies.
StartElement The parent element of the required element.
Index The position of the required element.

Example

ElemChildName("Zeit";"2005",5)
returns MAY 2005