Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | > Statements SEARCH    

> Statements

  Functions
?
doEvent.eventName
event.end
event.eventName
for
for.exit
for.next
function.end
function.functionName
if
if.else
if.end
return
while
while.end
while.exit

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

> Statements

Language: MioScript
Product: MioFactory


Statements are used to control how the code is interpreted, and to organize the code in reusable blocks.

Conditions


if, if.else, if.end
?

Loops


for, for.next
while, while.end

Functions


function.functionName, function.end, return

Events


event.eventName, event.end
doEvent.eventName