Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How do i write a code to convert a text box and move into a variable
Posted
Comments
BillWoodruff 10-Dec-15 21:42pm    
Please clarify what you are talking about here. Do you mean convert the Text in a TextBox to some Type other than 'Text ? Do you understand how to use variables ?
Sergey Alexandrovich Kryukov 10-Dec-15 22:20pm    
Not clear what should be converted to what and what "move into a variable" means. You can assign a value to a variable.
—SA

1 solution

No possible answer here.
In the domain of wrong questions, this one is a masterpiece.
In a single sentence, you ask 3 question with such a wrong wording and lack of detail that it is impossible to answer one of them.
Quote:
convert a textbox
Does not exist

My guess:
- "convert a textbox" means read the value of a textbox.
- "convert" means convert the value of the textbox to something that you didn't say.
- "move into a variable" mean save the converted value in a variable.

Where is your problem ? Where are you stuck ?
Show what you have done so far.
 
Share this answer
 
Comments
F. Xaver 11-Dec-15 4:13am    
I loled at the 2nd sentence, so +5 ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900