Go to documentation repository
...
StringToMsg(msg : String) : MsgObject
Method arguments:
msg - − Required argument. A String type variable to be transformed into an MsgObject object. It takes the following values: Type – String; range – character string that matches the syntax for MsgObject representation:
...
param1<value1>,param2<value2> - − list of parameters and their values. Elements of the list are separated by commas with no white space. If no parameters need to be specified, an empty string is used after the vertical line (|), for example:
...