Jump to content

SpMPFROMSH2CH: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(No difference)

Latest revision as of 00:02, 27 February 2017

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.