I need more help
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET> Mar 26, 1998
- 783 views
I am using the & statement to combine some sequences into one string, but it is not working: s[2][1] = s[2][1] & '\\' -- Results in s[2][1] s[2][2] = s[2][2] & '\\' -- Results in s[2][2] system("move " & s[2][1] & files[i][D_NAME] & " " & s[2][2] & ToChars(count),2) -- Results in system("move " & s[2][1]) I don't understand why there is this problem. Jeff Fielding JJProg at cyberbury.net