10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eldo Control Language<br />

Library of Functions for Tasks<br />

cat<br />

Task function category: Functions Operating on Arrays<br />

Concatenates the content of the arrays given as arguments and returns the resulting array. This<br />

function does not modify the array arguments, it allocates and returns a new array. When<br />

possible, use append instead of cat for better performance.<br />

Usage<br />

cat(array1 {, arrayn}*)<br />

Arguments<br />

• array1<br />

First array.<br />

• arrayn<br />

n τη array.<br />

Examples<br />

set a[]={1,2}<br />

set b[]={3,4,5,6}<br />

set c[]={7}<br />

set d = cat(a,b,c)<br />

set i = 0<br />

for (i=d.imin; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!