Re: I need more help

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

On March 26 you wrote:

>I am using the & statement to combine some sequences into one string, bu=
t
>it is not working:
>
>s[2][1] =3D s[2][1] & '\\' -- Results in s[2][1]
>s[2][2] =3D 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])


Instead of '\\', try "\\".

Colin Taylor

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

Search



Quick Links

User menu

Not signed in.

Misc Menu