Results 1 to 3 of 3

Thread: [RESOLVED] help string

  1. #1

    Thread Starter
    Banned
    Join Date
    Aug 2021
    Posts
    30

    Resolved [RESOLVED] help string

    Code:
    dataa = dataa.Replace(",", vbNewLine)
    dataa = dataa.Replace(" ", "")
    this leaves a space at the begining of all strings

    Code:
     aaaaaaaaaaaaaa
     vvvvvvvvvvvv
     ggggggggggg
    notice it has 1 space in each line.

  2. #2
    PowerPoster Poppa Mintin's Avatar
    Join Date
    Mar 2009
    Location
    Bottesford, North Lincolnshire, England.
    Posts
    2,426

    Re: help string

    Hi miceal01,

    We may be able to help if you were to explain your problem.

    Poppa
    Along with the sunshine there has to be a little rain sometime.

  3. #3
    PowerPoster jdc2000's Avatar
    Join Date
    Oct 2001
    Location
    Idaho Falls, Idaho USA
    Posts
    2,393

    Re: [RESOLVED] help string

    Are you sure that character is really a Space? If could be something else. Use the Asc() function to determine the value, then you can see if it is really a Space.

    https://docs.microsoft.com/en-us/dot...c?view=net-5.0

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