I used an older version of VB (4.0) to create a program and now want to re-create it with VB.net.
A line in my program used the " ; " character to force printing to wrap
I can't do this with VB.net using the 'PrintLine' function. What function allows me to do this or how can I accomplish this?
Thank you for your help.
major_lost