作者fancies (N )
看板Visual_Basic
標題[.NET] 印出的問題~
時間Sun Jun 19 22:54:01 2005
Sub DisplayHistogram()
Dim intRatings, intCounter As Integer
Dim strOutput As String
For intRatings = 0 To m_receive.GetUpperBound
For intCounter = 0 To m_receive(intCounter)
strOutput &= "*"
Next
strOutput &= ControlChars.CrLf
Next
End Sub ' DisplayHistogra
我現在在字串m_string 裡面的數字 我要把它換成* 號印出來 3 就印*** 2 就印**
這樣子,請問一下這樣我哪邊有問題..謝謝~~~
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 221.169.15.183