14.03.2014 Views

Scripting Guide - SAS

Scripting Guide - SAS

Scripting Guide - SAS

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.

Appendix A JSL Syntax Reference 699<br />

Utility Functions<br />

Arguments<br />

contents Any number of possible JSL commands for a Dialog.<br />

Notes<br />

Dialog is deprecated. Use New Window() with the Modal argument instead.<br />

Empty()<br />

Description<br />

Does nothing. Used in the formula editor for making empty boxes.<br />

Returns<br />

Missing.<br />

Arguments<br />

None.<br />

Encode64 Double(n)<br />

Description<br />

Creates a base 64 encoded string from a floating point number.<br />

Returns<br />

A base 64 encoded string.<br />

Arguments<br />

n a floating point number.<br />

Eval(expr)<br />

Description<br />

Evaluates expr, and then evaluates the result of expr (unquoting).<br />

Returns<br />

The result of the evaluation.<br />

Argument<br />

expr Any JSL expression.<br />

Eval Expr(expr)<br />

Description<br />

Evaluates any expressions within expr, but leaves the outer expression unevaluated.<br />

Returns<br />

An expression with all the expressions inside expr evaluated.<br />

Argument<br />

expr Any JSL expression.<br />

Eval Insert(string, , , <

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

Saved successfully!

Ooh no, something went wrong!