|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
None.
Return value
No value is returned.
Description
The lines of code following if.else are interpreted if the result of the condition of the latest if is false.
Note: Do not add parenthesis at this end of this function as in the example below.
See also: if, if.end
More information: MioScript: Conditions |
MioScript Sample Code
if(&firstVar = &secondVar)
...
if.else
...
if.end |
|
|
|