Hello,
What is the equivalent to C# in X++?
int myfunc(byref x)
{
}
I want to change the x value in myfunc, in order the calling function would get the new value passed as a parameter.
Thanks :)
*This post is locked for comments
I have the same question (0)