Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
があり、list(of string)それを検索して開始範囲と終了範囲を取得した後、その範囲を別のリストに追加する必要があります
list(of string)
例: リスト A = "a" "ab" "abc" "ba" "bac" "bdb" "cba" "zba"
リスト B をすべて b にする必要があります (3-5)
私がやりたいことは、ListB.Addrange(ListA(3-5)) どうすればこれを達成できますか??
ListB.Addrange(ListA(3-5))