我有超過20個文本框設置,我試圖做的是從每個值中取出值並將其放入一個值(結構)數組中。我的每個文本框的名稱都是txtScore00,01,02等等,我試圖用計數器循環它們,並使用計數器作爲變量名中的數字。我發現這個話題Concatenate Variable Names in VB,但我仍然無法得到它的工作。有什麼建議麼?我的代碼填充數組:在.Net中傳遞的變量名的連接VB
For intCountOne = 0 To aStudent.Length - 1
For intCountTwo = 0 To aStudent(intCountOne).decGrade.Length - 1
aStudent(intCountOne).decGrade(intCountTwo) = Me.Controls("tbScore" & intCountOne & intCountTwo).Text
你爲什麼要刪除您的密碼? – 2014-11-20 21:57:38
試圖添加4個空格,使其看起來像一個代碼,並沒有工作,不想讓問題看起來像垃圾 – LittleB0Y 2014-11-20 21:58:18
@ LittleB0Y,離開代碼,其他人將編輯它,使其看起來不錯。 – 2014-11-20 21:58:56