Hello experts
Can any one tell me how can we write below code in Business Central Without using DotNet Variables
Var
RootNode : DotNet XMLNode;
DOMxmlin: DotNet XMLDocument;
Code:
RootNode := DOMxmlin.DocumentElement; ----> it is Written by using DotNet Variables
Thanks in Advance.