CloseWithReturn,功能關閉視窗並將返回值保存在Message對象中,該函式只能對回響視窗使用。
基本介紹
- 中文名:CloseWithReturn
- 語法:windowname, returnvalue
- 簡介:該函式只能對回響視窗使用。
- 簡介:發生錯誤時返回
CloseWithReturn()
功能關閉視窗並將返回值保存在Message對象中,該函式只能對回響視窗使用。
語法CloseWithReturn ( windowname, returnvalue)
參數windowname:要關閉視窗的名稱returnvalue:指定關閉視窗時保存到Message對象中的值,調用CloseWithReturn()函式的代碼段通過查看Message對象屬性的值得到關閉視窗時被關閉視窗傳遞的值。returnvalue參數必須是下述三種類型之一:String、Numeric、PowerObject返回值Integer。函式執行成功時返回1,發生錯誤時返回-1。如果參數任何的值為NULL,CloseWithReturn()函式返回NULL。