以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 函数嵌套问题请教 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=63419) |
-- 作者:hbhb -- 发布时间:2015/1/20 16:55:00 -- 函数嵌套问题请教 大师:好!请问自定义函数嵌套自定义函数时最后面的函数return nothing 时,返回给谁? |
-- 作者:Bin -- 发布时间:2015/1/20 16:55:00 -- 谁调用它,就返回给谁. |
-- 作者:hbhb -- 发布时间:2015/1/20 17:40:00 -- 那能否这样用,if 函数1 return nothing then 函数2 |
-- 作者:有点甜 -- 发布时间:2015/1/20 17:43:00 -- If 函数1 = nothing then 函数2 |