Text Function that creates the records string of lkString records based on a records list. Uses the separator character RS(30)
* records
|
string array
|
|
codes list of records to transform
|
.NET Framework, Core & Mono C#
string result = DataFunctions.GetRecordsForLkString(records);
|
.NET Framework, Core & Mono VB
Dim result As String = DataFunctions.GetRecordsForLkString(records)
|
String result = DataFunctions.GetRecordsForLkString(records);
|
This function has not been implemented in C. When you need to work with two or more records, they must be concatenated using the ASCII code character 30.
|