Manipulating Digits


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default Re: Manipulating Digits

    R = Byte3*100 + Byte2*10 + Byte1
    Charles Linquist

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: Manipulating Digits

    Thank you for the help Charles,

    Cant believe how obvious and simple the solution is.

    My best regards

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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