in reply to Re: using bits to print part of a string
in thread using bits to print part of a string

Thanks! So, could you unpack (har, har) the part where you do "x3a7x2a4x2a7", I am still not getting these templates.
  • Comment on Re^2: using bits to print part of a string

Replies are listed 'Best First'.
Re^3: using bits to print part of a string
by BrowserUk (Patriarch) on Mar 15, 2013 at 16:52 UTC
    "x3a7x2a4x2a7"

    Skip 3 bytes; grab seven bytes, skip 2 bytes; ...


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.
      Nice! I get it!