Private Sub Command1_Click( )
Dim s As String
s = Str(Val("2"))
Text1.Text = s
End Sub
该程序运行后,Text1.Text 的值为( )。