Monday 7 May 2018

simple Return method in Ax 2012


//With out void return the value of method//
-------------------------------------------
public str myName(str    _myName = myName)
{   
myName = _myName;
return myName;
}

No comments:

Post a Comment