Declares any function and must appear before a General function name. A function must be defined before it is called from within the script. Only General commands (not Store or Apply commands) can occur in this function.
function <function name> ( )
{
// do something
}
function MyStoreFunction()
{
//do something
}
|
Copyright © 2013 CA.
All rights reserved.
|
|