CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    23

    Conversion??????

    I have to convert a number (0,..,9999) to a word. Can anyone help out with this?
    www.coderewind.com
    Best Place to hunt for Code

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Conversion??????

    By number, do you mean 32 bit value ? a Word is usually 16 bit, so it's just the LSW part of the 32 bit you need to copy.
    Regards,
    Ramkrishna Pawar

  3. #3
    Join Date
    Aug 2007
    Posts
    23

    Re: Conversion??????

    Thanksssssss.............
    www.coderewind.com
    Best Place to hunt for Code

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