10.07.2015 Views

Programming Guide - Actian

Programming Guide - Actian

Programming Guide - Actian

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.

Compiler LimitationsYou can avoid the compilation error by splitting the complex if statement intomultiple if and elseif statements. For example:f = false;if a = 't' and b = 'h' and c = 'e' and d = 'n'then f = true;elseif a = 'w' and b = 'a' and c = 'n' and d = 'q'then f = true;elseif a = 's' and b = 'g' and c = 'r' and d = 'k'then f = true;elseif a = 't' and b = 'h' and c = 'e' and d = 'n'then f = true;endif;if f = true thencallproc found_it;endifWriting Scripts and Procedures 93

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

Saved successfully!

Ooh no, something went wrong!