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