Results 1 to 3 of 3

Thread: String manipulation

  1. #1
    makla
    Guest

    String manipulation

    Hi there,

    FIELDA = 50 (integer)
    FIELDB = ' 50' (string)

    FIELDB is 3 chars long

    I want the numeric FIELDA value 50 convert to FIELDB (=3 chars).
    After the conversion the result must be ' 50' (including 1 space before the 50).

    Is there a function in VB I can do this ?

    Many thanx!!!

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    There certainly is, but you may want to trying posting this question in the VB forum, and not the Java forum.

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    DaoK
    Guest
    you will need to trim it to take out the space.

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