I need more help

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu