Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

send parameter to class

$
0
0

hi all

i send parameter to argument in class and want to use it in other methods of class, but my variables in ClassDeclaration  does not be recognized in Main method and rise this error that variable has not been declared.

 

 static void main(Args _args)

{

    .

.

.

    ClassDeclarationVariable=_args.parm();

.

.

.

}

please help me

thanks


Viewing all articles
Browse latest Browse all 9880

Trending Articles