So got a Txt box named Dave for the user to enter data, (identify is the same)
On the Button i Got the following code
Code: Select all
Bob = "C:winlaunch >NIL: https://google.com/search?q="
Vince = Bob, Dave
Execute(Vince)what should happen is any text in Dave is added to the end of Bob.
So if the user entered "ships" into Dave, then Im hoping Vince becomes
Code: Select all
C:winlaunch >NIL: https://google.com/search?q=https://google.com/search?q=shipsany idea, promise this is the last thing i bother you guys with, Im not much of a programmer trying to get better. cheers
