Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
jmbeaujour
Posted - 11/11/2013 : 2:08:20 PM Origin Ver. and Service Release (Select Help-->About Origin): 8.6 Operating System: WinXP
Hi, I am trying to build the path to a subfolder. Everytime I concatenate a string with "\", the concatenation does not work properly. I have tried double backslash without success. For example: string str$="C:\data"; string path$= str$+"\" There is no output If I try string path$= str$+"\\" The output is then: "C:\data\\" if
1 L A T E S T R E P L I E S (Newest First)
greg
Posted - 11/12/2013 : 3:43:53 PM Your first example works: