Difference between revisions of "JoinText"

 
m (adding doc status category)
Line 1: Line 1:
 
[[Category:Array-reducing functions]]
 
[[Category:Array-reducing functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 +
 
[[Category:Text Functions]]
 
[[Category:Text Functions]]
  

Revision as of 08:04, 24 April 2007


Returns the elements of A (as text) concatenated along I and separated by separator. If the optional finalSeparator parameter is provided, it is used as the final separator. If any elements are numeric, they are converted to strings using the number format settings for the current node.

Declaration

JoinText(A : coerce textual ArrayType all[I] ; I:IndexType;separator,finalSeparator : optional textual atomic)
Comments


You are not allowed to post comments.