Text Function that creates the arguments string of LkString based on an arguments list. Uses the separator character LinkarCommon.ASCII_Chars.DC4 (20)
* lstArgs
|
string array
|
|
arguments list to transform
|
.NET Framework, Core & Mono C#
string result = DataFunctions.GetLstArgsForLkString(lstArgs);
|
.NET Framework, Core & Mono VB
Dim result As String = DataFunctions.GetLstArgsForLkString(lstArgs)
|
String result = DataFunctions.GetLstArgsForLkString(lstArgs);
|
This function has not been implemented in C. When you need to specify two or more arguments for subroutines, they should be concatenate using the ASCII code character 20.
|