I have this foreach section and i am trying to add a line after my \"result = string.Format\" but i get the following error \"Only assignment, call, increment, decrement, aw
You have to do something with the result of your expression (e.g. assign it to result?!)
For more information you should really format and tell us more about your code...SO users are not your personal compiler/debugger ;-)