[二级VB试题天天练]VB考试试题1 |
|
www.nanhushi.com 佚名 不详 |
今天的题目是在不启动Visual Basic的情况下,写出下面程序的运行结果,呵呵 Option Explicit
Private Sub Command1_Click() Dim strA As String Dim strB As String Dim intL As Integer Dim i As Integer strA = "*****************" intL = Len(strA) For i = 1 To intL strB = Mid(strA, i, i) Print strB Next End Sub
|
|
|
文章录入:杜斌 责任编辑:杜斌 |
|
上一篇文章: 二级VB模拟试卷(四) 下一篇文章: [二级VB试题天天练]VB考试试题3 |
【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|