VBS示例:使用GoTo语句

更新时间:2023-08-12 05:44:02 阅读: 评论:0

VBS示例:使用GoTo语句
team什么意思示例使用 retrieveGoTomedicines 语句分支到过程中的行标签。
VB
Sub GoToStatementDemo()
Dim number As Integer = 1
Dim sampleString As String
' Evaluate number and branch to appropriate label.
permanentIf number = 1 Then GoTo Line1 El GoTo Line2
第一次见女方父母Line1:
sampleString = "Number equals 1"
GoTo LastLine
Line2:
' The following statement never gets executed becau number = 1.
英语四级证书>视听说4答案sampleString = "Number equals 2"theresa
LastLine:
' Write "Number equals 1" in the Debug window.
Debug.WriteLine(sampleString)wpc
End Sub
renegade

本文发布于:2023-08-12 05:44:02,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/194355.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:视听   语句   示例   使用   过程   父母
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图