02.02.2013 Views

Software AG IDL Editor - Software AG Documentation

Software AG IDL Editor - Software AG Documentation

Software AG IDL Editor - Software AG Documentation

SHOW MORE
SHOW LESS

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

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

Grammar for <strong>IDL</strong> Template Files<br />

Example<br />

%if "&i" > "3" && "&k" < "20"<br />

{<br />

"the variable i is greaterer than three AND the variable k is less than twenty"<br />

}<br />

%if "&i" = "1" || "&i" > "3"<br />

{<br />

"the variable i is one OR is greater than three"<br />

}<br />

compare_strings<br />

Syntax<br />

string [ compare_operator ] string<br />

Description<br />

Compare two strings for a logical condition. The condition can be TRUE or FALSE.<br />

Example<br />

See lexical entity compare_operator.<br />

compare_operator<br />

Syntax<br />

Operator Meaning<br />

=<br />

<br />

<<br />

<br />

>=<br />

70<br />

equal to(default)<br />

equal to<br />

not equal to<br />

less than<br />

less than or equal to<br />

greater than<br />

greater than or equal to<br />

<strong>Software</strong> <strong>AG</strong> <strong>IDL</strong> <strong>Editor</strong>

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

Saved successfully!

Ooh no, something went wrong!