Compiler error,output not declared

Hi , @supermanPunch
while using LINQ in if condition it’s showing compiler error
showing “output_sepm” is not declared,it may be inaccessible due to it’s protection."

I’m not able to place output_sepm variable in if condition as declared above.shown in ss.

PLS HELP URGENT…!!

@mitul_choudhary What is the output_sepm variable type ? Can you check if that variable is created? Also Check it’s Scope. If it’s in a Inner Scope, change it to the Outermost Scope that you have

1 Like

1)output_sepm is the data table declared
2)yes that variable is declared in read cell.
3)declared variable is not showing variable option below,Therefore i can’t change the scope.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.