How can I use the text property of a created arraylist
I need it to pop up that messagebox if the textin the tempValues
arraylist is equal to ..
ElseIf tmpValues.ToStr ing = ".." Then
MessageBox.Show (" This is not an accepted value", "Not
a value...")
I need it to pop up that messagebox if the textin the tempValues
arraylist is equal to ..
ElseIf tmpValues.ToStr ing = ".." Then
MessageBox.Show (" This is not an accepted value", "Not
a value...")
Comment