想鸟一样飞翔

专注于php开发。对c++也很有兴趣!!!

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2007年10月7日

摘要: Dim str As String Dim i Dim charPra As String str = Trim(Text1.Text) For i = 1 To Len(str) If Asc(Left(str, 1)) < 0 Then 'MsgBox Left(str, 1) Text1.Text = "" Text1.SelStart = 0 ... 阅读全文
posted @ 2007-10-07 21:31 redfox 阅读(574) 评论(0) 推荐(0)