|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
| ANY | returnValue | Optional. Value to be returned. |
Return value
No value is returned.
Description
MioScript Sample Code
event.load
&var = myFunction(2006, 10, 3)
alert(&var)
app.close()
event.end
function.myFunction(&year, &month, &day)
...
return("Thank You")
function.end |
|
|
|