Unwanted spaces
Results 1 to 9 of 9

Thread: Unwanted spaces

  1. #1
    DrMDJ is offline Virtual PC Specialist!!!
    Join Date
    Apr 2000
    Location
    NJ, USA
    Posts
    8,428

    Unwanted spaces

    In the thread here I ran across a situation where it seems an unwanted space gets inserted in a string of text. For example, if I have the string HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ what you will see here is that a space has been inserted (erroneously) in the string "CurrentVersion".

    Would like this added to the list of reported bugs.
    Last edited by DrMDJ; April 3rd, 2005 at 09:41 AM.
    Please remember to post back whether your problem is resolved or
    not, so that others may gain from the knowledge.

  2. #2
    Join Date
    Sep 1999
    Location
    Clearwater, Fl.
    Posts
    22,607
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\MSCONFIG.EXE
    Shucks. This made it worse.
    If you're happy and you know it......it's your meds.

  3. #3
    Nix's Avatar
    Nix is offline Aka: Nix*, NNiixx, Nix23
    Join Date
    May 2001
    Location
    Sydney, Australia
    Posts
    8,255
    Quote Originally Posted by DrMDJ
    In the thread here I ran across a situation where it seems an unwanted space gets inserted in a string of text. For example, if I have the string KEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ what you will see here is that a space has been inserted (erroneously) in the string "CurrentVersion".

    Would like this added to the list of reported bugs.
    The old software used to break after 50 characters, but it then used to start on a new line at least it now stays on the same line.

    I wonder if you use the Code tags:
    Code:
    KEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\
    EDIT: That's even worse

  4. #4
    DrMDJ is offline Virtual PC Specialist!!!
    Join Date
    Apr 2000
    Location
    NJ, USA
    Posts
    8,428
    Never noticed the 50 character break before. Then if it is not a bug per se it certainly is something to be aware of with things like reg keys (where an unwanted space can create a problem).
    Please remember to post back whether your problem is resolved or
    not, so that others may gain from the knowledge.

  5. #5
    Nix's Avatar
    Nix is offline Aka: Nix*, NNiixx, Nix23
    Join Date
    May 2001
    Location
    Sydney, Australia
    Posts
    8,255
    Hmm I had opened the thread but hadn't read it.

    By the time I posted, Steve R Jones had done the CODE thing and almost had the same response verbatim, spooky.

  6. #6
    JPnyc is offline Virtual PC Specialist!!!
    Join Date
    Jan 2005
    Posts
    7,877
    I think it's a security feature, so no one can embed a script to affect someone's registry into the post. On webdeveloper.com, you can't type javascript in a function call without a space turning up in the actual post.
    There is nothing to fear, but life itself.

  7. #7
    Join Date
    Jun 2001
    Location
    Albuquerque, NM USA
    Posts
    14,686
    Piece of cake.
    KEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\
    Although it does require a work around as suggested in the earlier post http://discussions.virtualdr.com/sho...465#post935465.
    Jim
    WIN7 Ultimate SP1 64bit, IE 11, NTFS,
    cable, MS Security Essentials, Windows 7 firewall

  8. #8
    DrMDJ is offline Virtual PC Specialist!!!
    Join Date
    Apr 2000
    Location
    NJ, USA
    Posts
    8,428
    Piece of cake eh? Have look at you post. There still is the space. No problem, ya simply had an actual space in there.

    Point is though, we need to be aware of such things when posting.
    Last edited by DrMDJ; April 3rd, 2005 at 07:41 PM.
    Please remember to post back whether your problem is resolved or
    not, so that others may gain from the knowledge.

  9. #9
    Join Date
    Jun 2001
    Location
    Albuquerque, NM USA
    Posts
    14,686
    Space? What space? The one between Current and Version? I just put the tags around Current. I will now put them around "CurrentVersion".
    KEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\
    Jim
    WIN7 Ultimate SP1 64bit, IE 11, NTFS,
    cable, MS Security Essentials, Windows 7 firewall

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •