I'm getting a directory/file string from the Command line which is being passed to VB5 from Explorer. When I try to use the string to Open a file it fails.
(BTW, the Open works when I hard code the string within the program).

Is there anyway to show all strings characters to see what I've got
and /or what type of string it is (BSTR, ends with /0, etc.)