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

  • 关于我们
  • 免责声明