Please enable JavaScript to view this site.

Docklight Scripting V2.4 User Manual 04/2025

Returns a chronological list of all Receive Sequence comments issued, as an alternative to the Sub DL_OnReceive() processing.

 

Return Value

 

String

 

Syntax

 

result = DL.GetReceiveComments()

 

Remarks

 

result contains all Receive Sequence Comments in chronological order, separated by a line break, since the last call of GetReceiveComments. With the help of Receive Sequence comment macros you can implement a parser for all incoming Receive Sequence data, as an alternative to Sub DL_OnReceive().

 

NOTE: A maximum of 10000 Receive Sequence events are stored and returned by GetReceiveComments, which should be sufficient for all practical applications.