Syntax
| Result = EDI.Message
EDI.Message = Msg
| ||||
---|---|---|---|---|---|
Description
| Set the message for the EDI class object, or returns the current message. When assigning a string value to this property, the message will be formatted properly and parsed thru several validation tests before it is accepted as a valid EDIFACT message type. Always check if the message string was parsed successfully, using the isValid function. Also, check the LastErrorCode and LastErrorText for more information.
| ||||
See Also
| |||||
Example
|