UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software UniBasic Commands Reference - Rocket Software

rocketsoftware.com
from rocketsoftware.com More from this publisher
11.04.2013 Views

Parameters The following table describes each parameter of the syntax. Parameter Description The following table describes the status of each return code. 1-292 UniBasic Commands Reference context The Security Context handle. ciphers A Dynamic array containing the cipher strings delimited by @FM. getCipherSuite Parameters Return Code Status 0 Success. 1 Invalid Security Context handle. 2 Unable to obtain information. Return Code Status

GETENV Syntax GETENV(var | "envir.var") Description The UniBasic GETENV function returns the contents of the UNIX, or Windows platform environment variable. If you include the environment variable explicitly (as opposed to including it in a variable), you must enclose it in quotation marks. Examples In the following example, the program statement retrieves the value of UDTBIN in X: X = GETENV("UDTBIN") In the next example, the program retrieves the value of UDTBIN in X, but uses a variable to define UDTBIN: VAR = "UDTBIN" X = GETENV(VAR) 1-293

Parameters<br />

The following table describes each parameter of the syntax.<br />

Parameter Description<br />

The following table describes the status of each return code.<br />

1-292 <strong>UniBasic</strong> <strong>Commands</strong> <strong>Reference</strong><br />

context The Security Context handle.<br />

ciphers A Dynamic array containing the cipher strings delimited by @FM.<br />

getCipherSuite Parameters<br />

Return<br />

Code Status<br />

0 Success.<br />

1 Invalid Security Context handle.<br />

2 Unable to obtain information.<br />

Return Code Status

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

Saved successfully!

Ooh no, something went wrong!