To forcibly terminate a running Miva Script program use the <MvEXIT> tag. If used within a user-defined function, the entire script terminates—not just the function—so use <MvFUNCTIONRETURN> to terminate a function.
Example#
<MvEXIT>
To forcibly terminate a running Miva Script program use the <MvEXIT> tag. If used within a user-defined function, the entire script terminates—not just the function—so use <MvFUNCTIONRETURN> to terminate a function.
<MvEXIT>
On This Page