terminate
Top  Previous  Next

terminate ( )

Use this function to terminate the script and close ImageWarp

Parameters
 
None  
 
Example
 
val=msgBox("Exit ImageWarp?", MB_YESNO+ICON_QUEST)  
If val=ID_YES Then  
 terminate()  
EndIf