These text functions are included in the DataFunctions class.
This group of methods contains the basic functions to work with LKSTRING strings.
These functions execute locally.
Click here to see the complete manual for the .NET, CORE and MONO Libraries
Click here to see the complete manual for the COM Library
Click here to see the complete manual for the Java Library
Click here to see the complete manual for the C Library
FROM Functions
Their goal is to work with the result or arguments functions of the client that return s string (lkString)
GetErrorsFromLkString
|
Text Function that extracts the errors from an operation resultant string
|
GetTotalRecordsFromLkString
|
Text Function that extracts the total number of records from an operation resultant string
|
GetRecordsIdsFromLkString
|
Text Function that extracts the codes from an operation resultant string
|
GetRecordsFromLkString
|
Text Function that extracts the records from an operation resultant string
|
GetRecordsCalculatedFromLkString
|
Text Function that extracts the records calculated fields from an operation resultant string
|
GetRecordsDictionariesFromLkString
|
Text Function that extracts the dictionaries from an operation resultant string
|
|
GetRecordsCalculatedDictionariesFromLkString
|
Text Function that extracts the Calculated dictionaries from the records of an operation resultant string
|
GetRecordsIdDictsFromLkString
|
Text Function that extracts the ID dictionaries from the records of an operation resultant string
|
GetOriginalRecordsFromLkString
|
Text Function that extracts the copies from the original records of an operation resultant string
|
GetDictionariesIdsFromLkString
|
Text Function that extracts the codes from all the file dictionaries of an operation resultant string
|
GetDictionariesFromLkString
|
Text Function that extracts all the file dictionaries of an operation resultant string
|
GetCapturingFromLkString
|
Text Function that extracts the CAPTURING value of an operation resultant string
|
GetConversionFromLkString
|
Text Function that extracts the value of the conversion of an operation resultant string
|
GetFormatFromLkString
|
Text Function that extracts the value of the format of an operation resultant string
|
GetReturningFromLkString
|
Text Function that extracts the RETURNING value of an operation resultant string
|
GetArgumentsFromLkString
|
Text Function that extracts the arguments of an operation resultant string
|
|
FOR Functions
Convert string arrays to text strings with the corresponding separators of the requested functions.
These strings can ease the creation of the input data for functions such as Update or New.
GetRecordsIdsForLkString
|
Text Function that creates the code string of lkString records based on a codes list. Uses the separator character RS(30)
|
GetRecordsForLkString
|
Text Function that creates the records string of lkString records based on a records list. Uses the separator character RS(30)
|
GetDictClauseForLkString
|
Text Function that creates the dictionaries string of lkString records based on a dictionaries list. Uses the separator character "blank space" (32)
|
GetExpressionsForLkString
|
Text Functions that creates the expressions string of lkString based on an expressions list. Uses the separator character MV(253)
|
GetLstArgsForLkString
|
Text Function that creates the arguments string of lkString based on an arguments list. Uses the separator character DC4(20)
|
|