Converts the specified characters to their representation as a Word data type.
function TwoCharToWord( AChar1: Char; AChar2: Char ): Word;
Parameters |
Description |
AChar1 |
LSB value for the conversion. |
AChar2 |
MSB value for the conversion. |
Word - Unsigned integer representation of the byte values.
TwoCharToWord is a Word function used to convert the specified characters to their representation as a Word data type.
AChar1 and AChar2 represent the LSB and MSB byte values for the Word data type.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |