10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Library of Functions for Tasks<br />

strtok<br />

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

Returns a vector containing the parsed tokens.<br />

Usage<br />

strtok(STR_TO_PARSE, STR_SEPARATORS)<br />

Arguments<br />

• STR_TO_PARSE<br />

String to parse.<br />

• STR_SEPARATORS<br />

Separators present in string.<br />

Examples<br />

set s = "tok1;tok2\ntok3;tok4"<br />

set v = strtok(s, ";\n")<br />

set i = 0<br />

for (i=v.imin; i

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

Saved successfully!

Ooh no, something went wrong!