Exporting via XML buffer
In table 1235:"XML Buffer" there's function AddGroupElement. This function should take a new parameter: ElementValue. This parameter should be used as 6th parameter in the call to Codeunit 1235"XML Buffer Writer", function InsertElement. This is very usable when making a groupElement WITH value...
STATUS DETAILS
Declined
By-reference parameter to inherit length-properties
A procedure may have parameter by reference.
In C/SIDE a text-parameter would inherit the length-property from the caller.
Example:
1 Declaring global var myGlobalText[33]
2 Declaring “myProcedure(VAR prmTextVariable[10])” (or whatever length, is any)
...
STATUS DETAILS
Needs Votes