|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
variable assignmentOkay this is a seriously basic question. If I have a textbox (txtSomething)
how would I put the value of that textbox into a variable (varHere). I was thinking something to the affect of: varHere = txtSomething.Text but that's wrong. Can anyone help me out? brix_zx2 wrote:
> varHere = txtSomething.Text That looks ok to me -- in what way is it wrong? Are you getting an error > but that's wrong. Can anyone help me out? message, and if so, what is it? -- (O)enone Yes it would be helpful if you could tell in what way it is wrong.
As long as varHere is of type String the assignment should work. Hope this helps! Sarika wrote:
> Yes it would be helpful if you could tell in what way it is wrong. As I said in my previous message, I can't see anything wrong with it.> As long as varHere is of type String the assignment should work. I agree.What error do you get? -- (O)enone
How are you handling EUL agreement?
Loop ? How to update an application Panel-height greater Int16.MaxValue? Regex. Split or Split Finding Version of All Asemblies Required by Application How to Publish a Project to Production Server special character inside a string Category does not exist? repainting problem |
|||||||||||||||||||||||