|
|
#9 |
|
Axapta Retail User
|
Примерно скажем вот так:
Код: container stack = xSession::xppCallStack();
counter n;
TreeNodePath Path;
int line;
;
setPrefix(_prefix);
for (n = 3; n <= conLen(stack); n += 2)
{
Path = conPeek(stack, n);
}
return path; |
|
|