I am new to Visual Basic, and I need help.
I have previously used Python where you simply create a list of items by simply doing:
list = [item1, item2]
But I have no idea how I can do this in Visual Basic.
Please can someone help me to simply create a list, like you can in Python, but in Visual Basic?