VB中Text1.text=text1.text+CStr(a(i))+" " If i=4 then text1.text=text1.text+chr(13)+chr(10)VB中Text1.text=text1.text+CStr(a(i))+" "If i=4 then text1.text=text1.text+chr(13)+chr(10)中1," " 2,chr(13)+chr(10)是不是ASCII的代码,

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/27 16:53:39
VB中Text1.text=text1.text+CStr(a(i))+

VB中Text1.text=text1.text+CStr(a(i))+" " If i=4 then text1.text=text1.text+chr(13)+chr(10)VB中Text1.text=text1.text+CStr(a(i))+" "If i=4 then text1.text=text1.text+chr(13)+chr(10)中1," " 2,chr(13)+chr(10)是不是ASCII的代码,
VB中Text1.text=text1.text+CStr(a(i))+" " If i=4 then text1.text=text1.text+chr(13)+chr(10)
VB中Text1.text=text1.text+CStr(a(i))+" "
If i=4 then text1.text=text1.text+chr(13)+chr(10)
中1," "
2,chr(13)+chr(10)是不是ASCII的代码,

VB中Text1.text=text1.text+CStr(a(i))+" " If i=4 then text1.text=text1.text+chr(13)+chr(10)VB中Text1.text=text1.text+CStr(a(i))+" "If i=4 then text1.text=text1.text+chr(13)+chr(10)中1," " 2,chr(13)+chr(10)是不是ASCII的代码,
1、" "代表空格;
2、chr(13)+chr(10)是ASCII的代码,加号是将两个字符“连接”;

VB中Text1.text=text1.text+CStr(a(i))+ If i=4 then text1.text=text1.text+chr(13)+chr(10)VB中Text1.text=text1.text+CStr(a(i))+ If i=4 then text1.text=text1.text+chr(13)+chr(10)中1, 2,chr(13)+chr(10)是不是ASCII的代码, VB中, text1=1和text1.text=1有没有区别? VB中StrConv(Text1.Text,vbFromUnicode)是什么意思啊? vb中 text1.text= 是什么意思?双引号间为空是表示结束吗?谢谢啦! vb中定义的d为双精度变量,设d=text1.text,text1.text里输入的是12.3625 为啥运行时d=36.2500, VB中a=text1是什么意思?VB中a=text1是取text1中的值还是什么? Text1.Text = Text1.Text + CStr(a(i)) + 如何在VB 中使用datediff计算某开始日期到结束日期之间的月数,并均分到每年在text1中输入200803-200907kssj = Left(Me.Text1.Text,4) & - & Mid(Me.Text1.Text,5,2) '开始时间jssj = Mid(Me.Text1.Text,8,4) & - & Mid(Me.T VB中data=&H & 其中c=Text1.text,data也是一个已经定义好的变量, 下列代码中为什么要写成 a=Val(Text1.Text),而不是直接写成 a=Text1.Text 在VB 语句中 x = Val(Text1.Text) Val Dim y As IntegerPrivate Sub Command1_Click()Text2.Text = yEnd SubPrivate Sub Text1_Change()x = Val(Text1.Text)If x < 0 Or x > 100 ThenText1.Text = Text1.SetFocusLabel1.Caption = 请重新输入ElseLabel1.Ca VB代码问题“ Text1.Text=**&cht(13)&chr(10)****是什么意思? a(i) = Mid(Text1.Text,i, If text1.text then... Text1.Text 里面的. If Text1.Text = Then s_id = % Else s_id = Text1.Text End If,中的%是什么意思? vb中这句话“If e = + Or - Or × Or ÷ ”为什么是错的啊?d = Len(Text1.Text) - 1e = Mid(Text1.Text,d,1)If e = + Or - Or × Or ÷ ThenText2.Text = 1ElseText2.Text = Text2.Text & 1End Ifdim d%,dim e as string VB中sqr和str的作用随便解答分析这题Text1.text=Str(Sqr(b))+Str(a) a=-156 b=256