All,
I'm looking to create a simple app that takes text entered by the user and splits it up, based on what line the text is entered on (it's a multiline textbox) using a comma. It inserts this new comma-delimited value into an output textbox for the user.
I know this may be an embarrassingly easy question, but my VB is very rusty: Is there a built-in VB function that can do this without the use of txt files?
Thanks for your help.