討論串[VB6 ] 字串陣列
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓4(4推 0噓 5→)留言9則,0人參與, 最新作者colawei (D逃)時間19年前 (2006/09/07 01:15), 編輯資訊
0
0
0
內容預覽:
mid:. dim str() as string. ch="Panda". redim str(1 to len(ch)) as string. for i=1 to len(ch). str(i)=mid(ch,i,1). next. 直接手打,我也懶的測了,你自己試試吧. --. 發信站:

推噓0(0推 0噓 4→)留言4則,0人參與, 最新作者colawei (D逃)時間19年前 (2006/09/07 00:53), 編輯資訊
0
0
0
內容預覽:
Dim b() As Byte. b = "ApPle". Print Chr(b(0)). Print Chr(b(2)). Print Chr(b(4)). Print Chr(b(6)). Print Chr(b(8)). --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From:

推噓3(3推 0噓 1→)留言4則,0人參與, 最新作者pandamilktea (熊貓奶茶)時間19年前 (2006/09/06 23:51), 編輯資訊
0
0
0
內容預覽:
我想要做一個可以把從text裡輸入的字串存到array裡的程式. 比如說... 輸入"Panda"存在Array中. 則該array中第一個元素是P , 最後一個元素是a. 請問要怎麼寫啊!?. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 219.68.138.124.
首頁
上一頁
1
下一頁
尾頁