SpMPFROMSH2CH

From EDM2
Jump to: navigation, search

Returns a message parameter (used by spPostMsg) value which is build from one short (integer) values and two character (integer) values.

Syntax: mparam = spMPFROMSH2CH ( short , char1 , char2 )

Parameters:

  • short – Numeric value of type SHORT (-32768<=short1<=32767) or USHORT (0<=short1<=65535)
  • char1 – Numeric value of type UCHAR (0<=char1<=255)
  • char2 – Numeric value of type UCHAR (0<=char1<=255)

Returns: Message parameter value.