I know this isn't quite the forum for this question but I've had programming related registry questions answered here before so I thought I'd give it a try.
We have this plug-in to one of our programs here that gets information from the registry in order to construct a file name. Long story short, I need to force a blank space because the file name is coming up like ABC instead of A B C. The registry key is a standard string value key. If I simply add a space into the registry key value it doesn't work. My guess is it probably won't work but I thought I'd see if anyone has any ideas. Thanks.
We have this plug-in to one of our programs here that gets information from the registry in order to construct a file name. Long story short, I need to force a blank space because the file name is coming up like ABC instead of A B C. The registry key is a standard string value key. If I simply add a space into the registry key value it doesn't work. My guess is it probably won't work but I thought I'd see if anyone has any ideas. Thanks.