Hi,
I thought in the past I had done this but it is not working now. I am trying to join two strings to form a full path to save a file.
i.e.
strFullPath = strPath & strFile
The strPath is something like "M:\Folder\Subfolder\"
The strFile is "001.txt"
When I view them in the watch window, I get a string:
"M:\Folder\Subfolder\ ????"
Have I changed something in my project properties? Both variables are strings and are correct up until the time I put them together.
Perplexed.![[surprise] [surprise] [surprise]](/data/assets/smilies/surprise.gif)
I thought in the past I had done this but it is not working now. I am trying to join two strings to form a full path to save a file.
i.e.
strFullPath = strPath & strFile
The strPath is something like "M:\Folder\Subfolder\"
The strFile is "001.txt"
When I view them in the watch window, I get a string:
"M:\Folder\Subfolder\ ????"
Have I changed something in my project properties? Both variables are strings and are correct up until the time I put them together.
Perplexed.
![[surprise] [surprise] [surprise]](/data/assets/smilies/surprise.gif)