In python to assign an input to a variable with the input() function now i know the vb equivalent would be variable = console.readline but with python you can specify text in the input eg name = input("Enter your name")
Is there such a way to do this in vb without writing them on two seperate lines?
-Thanks
ReadLinewon't write to the console andWriteLinewon't read from the console.