C
cmdolcet69
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.ToString = ".." 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.ToString = ".." Then
MessageBox.Show(" This is not an accepted value", "Not
a value...")