CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: swapbyte

  1. #1
    Join Date
    Sep 2009
    Posts
    19

    swapbyte

    is there a function to swap bytes regardless of the number of byte digits entered ?

    2: 0A = A0
    4: 1234 =3412
    6,8,10 etc

    Thank you

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: swapbyte

    AFAIK, no. But it's not that hard to make it yourself.

  3. #3
    Join Date
    Jan 2002
    Location
    Houston, TX
    Posts
    1,421

    Re: swapbyte

    You may need to supply additional information, but I believe swab will help.
    Be sure to rate those who help!
    -------------------------------------------------------------
    Karl - WK5M
    PP-ASEL-IA (N43CS)
    PGP Key: 0xDB02E193
    PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

  4. #4
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: swapbyte

    Quote Originally Posted by krmed View Post
    You may need to supply additional information, but I believe swab will help.
    Learned something new today Didn't know that function existed.

  5. #5
    Join Date
    Sep 2009
    Posts
    19

    Re: swapbyte

    Quote Originally Posted by krmed View Post
    You may need to supply additional information, but I believe swab will help.
    Yes, that is the information I am looking for.

    More information below:
    That I am working on a flash file I would like to chop it! segment all frames then mix them all together.
    The color blending is an indication of the underlying prostitution system.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured