logo
  • 教程列表
  • SO官方文檔
  • 基本語法
    • Select Case 語句
    • if else 宣告
    • for 迴圈
    • Do 迴圈
  1. StackOverflow 文件
  2. Visual Basic 6 教程
  3. 基本語法
  4. if else 宣告

if else 宣告

Created: November-22, 2018

If condition Then 
    code to execute if true
ElseIf condition Then
    code
Else
    code to execute if conditions are both false
End If
  • for 迴圈
  • Select Case 語句

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明