Discussion Board

Results 1 to 3 of 3
  1. #1
    Regular Contributor mdzahidul_haque's Avatar
    Join Date
    Jun 2007
    Location
    Bangalore
    Posts
    208
    Hi All,
    CAn anyone tell me how to convert integer to descriptor.Looking forward for your quick response.

    Regards,
    Zahid

  2. #2
    Nokia Developer Champion neois's Avatar
    Join Date
    Mar 2004
    Posts
    130
    Use "Num" function

    Code:
    TInt intVal = 1234;
    
    TBuf<10> buf;
    buf.Num(intVal);

  3. #3
    Regular Contributor mdzahidul_haque's Avatar
    Join Date
    Jun 2007
    Location
    Bangalore
    Posts
    208
    Quote Originally Posted by neois View Post
    Use "Num" function

    Code:
    TInt intVal = 1234;
    
    TBuf<10> buf;
    buf.Num(intVal);
    Thanks a lot

Similar Threads

  1. Descriptor conversion
    By chan_fookmun in forum Symbian C++
    Replies: 11
    Last Post: 2009-06-17, 04:54
  2. descriptor conversion problem?
    By ipis in forum Symbian C++
    Replies: 1
    Last Post: 2005-10-19, 10:58
  3. descriptor conversion problem
    By sunny_singh in forum Symbian C++
    Replies: 3
    Last Post: 2005-09-05, 09:02
  4. String to Integer conversion in Symbian SQL
    By sai_irfan in forum Symbian C++
    Replies: 1
    Last Post: 2004-09-08, 11:02
  5. String to integer conversion
    By cl_fragen in forum Symbian C++
    Replies: 2
    Last Post: 2002-02-19, 20:55

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved