Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bgong
  • Order by date
  1. bgong

    How To Determine If Variable Is a Binary String

    It doesn't look like 'binary scan' will do the trick, as the following example shows that binary scan will return 1 whether the variable is a binary string or a list of integers. % binary scan [binary format c* {0 1 2}] c* a 1 % set a 0 1 2 % binary scan {0 1 2} c* a 1 % set a 48 32 49 32 50...
  2. bgong

    How To Determine If Variable Is a Binary String

    No, I'm referring to a binary string that's created with the 'binary format' command, which creates an array of binary data.
  3. bgong

    How To Determine If Variable Is a Binary String

    Does anyone know how to determine if a variable that is passed in as an argument in a procedure is a binary string? The [string is .. ] command does not seem to cover this data type.

Part and Inventory Search

Back
Top