1) Using Split(), How would I make it so the user can enter aNY charecter, like if I split using "_", the thing is NAME_AGE_LOCATION, and I want to split that, but the user enters like Da_ve for name, itll split it to Da ve instead of Da_ve.

2) How would I make vb 'produce' a .exe file? Lets say, I want to make a command button, and when u run this and click it, I want vb to make a bin file in "C:\" named biff.exe, and this file does whatever I want, Is it harder in VB than another language? (delphi?)