Foxtable(狐表)用户栏目专家坐堂 → return nothing不能中置function运行?


  共有2687人关注过本帖树形打印复制链接

主题:return nothing不能中置function运行?

帅哥哟,离线,有人找我吗?
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:107406 积分:546303 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2020/4/3 11:32:00 [显示全部帖子]

……
End Using
End Using
'''''''''''=================

msgbox("这里会不会弹出来?") '如果弹出来上面的Return 肯定就没有执行

newname =FileSys.GetName(filenam)
newname = ftplo & "\" & newname
If ftp1.DirExists(ftplo)=False Then
    ftp1.MakeDir(ftplo)
End If
……

 回到顶部