Question by 
               shellaputrii · Nov 09, 2016 at 12:29 PM · 
                c#error  
              
 
              the variable is assigned but its value is never used ,the variable is assigne but its value is never used
please help me , what should i do ,
 
                 
                screen-shot-2016-11-09-at-180552.png 
                (35.6 kB) 
               
 
              
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by MASTware · Nov 09, 2016 at 12:42 PM
That is not an error. It's just a warning message. You can remove the line 43 because you don't need the value assignment. Or comment out the line if you will need the value of the variable result in the future again.
Your answer
 
             Follow this Question
Related Questions
Array index is out of range. 1 Answer
The name animator does not exist in the current context... Help? 1 Answer
Missing Reference Exception... please help, I am new to this! 2 Answers
CS1023 An embedded statement may not be a declaration or labeled statement help 1 Answer
Error stage @username 1 Answer