User Profile

List datatype as Return Variable


we need the list datatype as Return List, codeunit 50001 TestCodeunit { procedure TestingFunctionList() var String : Text; begin ListString := SplitingStringtoList(String); end; local procedure SplitingStringtoList(String: Text) : List of [Text] begin Exi...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1177)

STATUS DETAILS
Completed