0

Is there any way of taking the input that has being inserted to the textbox and use it e.g.: textbox "Whats your name?" "% Pain" -> *some code *output "How are you *% Pain ?"

Sorry for my terrible title.

1 Answer 1

1
Dim textvar As String = [Textbox name].Text

Concatenate the output using the new variable

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.