myDict = new Dictionary(Of String, String)
myDict("748201") = "Invoice of tech department"
1 Like
myDict = new Dictionary(Of String, String)
myDict("748201") = "Invoice of tech department"