質問があります。asp.netでプログラミングしています。
マルチブルダイナミックアレイがあります
array_results(i, 0) = tmpdoc.Get("title")
array_results(i, 0) += tmpdoc.Get("doc_typ")
array_results(i, 1) = tmpdoc.Get("pfad")
array_results(i, 2) = tmpdoc.Get("date_of_create")
array_results(i, 3) = tmpdoc.Get("last_change")
array_results(i, 5) = tmpdoc.Get("doc_typ")
array_results(i, 6) = CStr(score)
変数「i」は約4426で、2377でもテストしました[ファイル、情報付き]、メモリ例外エラーが発生します。
複数の動的配列がoerflowを取得する可能性はありますか?
ありがとう