Formatting string

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    #1

    Formatting string

    Hi

    How can I format a string in format xxx xxxx xxxx ie 3 chars then space then
    4 chars then space then 4 chars? This should work even if there are
    insufficient characters.

    Thanks

    regards


  • Test

    #2
    Re: Formatting string


    "John" <John@nospam.in fovis.co.ukwrot e:
    >Hi
    >
    >How can I format a string in format xxx xxxx xxxx ie 3 chars then space then
    >4 chars then space then 4 chars? This should work even if there are
    >insufficient characters.
    >
    >Thanks
    >
    >regards
    Use Substring.

    Comment

    Working...