Difference between revisions of "ConcatN"
m (adding doc status category stub page) |
|||
Line 1: | Line 1: | ||
[[Category:Doc Status D]] <!-- For Lumina use, do not change --> | [[Category:Doc Status D]] <!-- For Lumina use, do not change --> | ||
+ | |||
+ | Concatenating more than two arrays gets a bit tedious using the [[Concat]] function. The Concatenation library provides several functions for conveniently concatenating 3 or more arrays: | ||
+ | |||
+ | * Concat3(A1,A2,A3,I1,I2,I3,K) | ||
+ | * Concat4(A1,A2,A3,A4,I1,I2,I3,I4,K) | ||
+ | * Concat5(A1,A2,A3,A4,A5,I1,A2,I3,A4,K) | ||
+ | ... | ||
+ | * Concat8(...) | ||
+ | |||
+ | = Library = | ||
+ | |||
+ | Concatenation.ana | ||
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[Concat]] | ||
+ | * [[ConcatRows]] |
Revision as of 23:25, 22 January 2008
Concatenating more than two arrays gets a bit tedious using the Concat function. The Concatenation library provides several functions for conveniently concatenating 3 or more arrays:
- Concat3(A1,A2,A3,I1,I2,I3,K)
- Concat4(A1,A2,A3,A4,I1,I2,I3,I4,K)
- Concat5(A1,A2,A3,A4,A5,I1,A2,I3,A4,K)
...
- Concat8(...)
Library
Concatenation.ana
See Also
Comments
Enable comment auto-refresher