toBinStr8(a)

Formats a number as a binary string of length 8.


Syntax

  • no underlying function - use toBinStrN
  • a: scalar Int - value to be converted to binary string
    return: Text -  input represented by a string of 8 1's and 0's

    Usage

    Use this to show in human readable format the binary representation of an integer.

    Location

    menu: veeos ==> Data  ==> Conversion ==> toBinStr8

    library: dataLib

    Example

    toBinStr8(38) returns "00100110"

    Notes

    This object is provided as a convenience only. It is a special case of toBinStrN()

    Reference

    Dependencies

    uses toBinStrN()

    Supported On

    VEE 7.0+, all platforms

    See Also

    toBinStr16, toBinStr32, toBinStr64, toBinStrN, hexToInttoUInt8, toInt16, toInt32


    © 2015. All Rights Reserved.  Stan Bischof (stan@worldbadminton.com). Last updated 20 October 2015 20:38. © 2015.