从较低层次的sub中移动到较高的sub,如sub main()

时间:2015-10-26 00:09:22

标签: vb.net vb.net-2010

标题已经暗示了它,但我最近在Windows上启动了命令行的可视化基本编程,我想知道,在循环结束后,如果我可以强制程序恢复到&#34 ; Sub Main()"

这是我的代码,是的,它有点草率,但我总共花了10个小时给了或拿了一些。

{ [CouchbaseError: Client-Side timeout exceeded for operation. Inspect network conditions or increase the timeout]  message: 'Client-Side timeout exceeded for operation. Inspect network conditions or increase the timeout',  code: 23 }

1 个答案:

答案 0 :(得分:0)

围绕子Main中的代码包裹Do Until循环。将退出条件设为选择="退出"

Sub Main() 
    Do
    'all the code in sub Main' 
    Until selection="Quit"
End Sub

然后在控制台主要文本

的选项列表中添加Quit