The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack Math1 Conversion ScanBin | |||||||
See also: ScanHex, ScanDecimal, ScanFPNum, ScanOctal, Bin, IsValidBin | |||||||
ScanBin |
|||||||
The function ScanBin decodes a binary number from a string. The parameter Instring contains the binary number to be scanned, starting at the position defined by the parameter Idx. Valid characters are the digits ‘0’, ’1’, and leading blanks. On return, ScanBin contains the corresponding integer number, and the variable parameter Idx points to the first character after the scanned number. If the binary number constitutes the final part of the string, Idx points to 1+length(Instring ).
|