Hello
What is the best way to escape the & in the gosub call
gosub cpy “Celebrating the Songs & Voice of Pete Seeger.m4v”
I have “cpy” defined as
:cpy [file]
when I reference “file” %file the string splits at the & — tcc esc is set to ^ so ^& does not seem to work
What is the best way to escape the & in the gosub call
gosub cpy “Celebrating the Songs & Voice of Pete Seeger.m4v”
I have “cpy” defined as
:cpy [file]
when I reference “file” %file the string splits at the & — tcc esc is set to ^ so ^& does not seem to work