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 />

append<br />

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

Appends the content of the array array2 at the end of array array1. This function does not return<br />

any value: the array1 argument is modified.<br />

Usage<br />

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

Arguments<br />

• array1<br />

First array.<br />

• arrayn<br />

N th array.<br />

Examples<br />

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

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

set i=0<br />

append(a,b)<br />

for (i=a.imin; i

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

Saved successfully!

Ooh no, something went wrong!