Hi i have a question:
if i make in a routine a call like
cmd = "cat ":FileDir:RT:"/seq/elenco_nokia.txt"
Call DSExecute ("UNIX",cmd,out,SystemReturnCode)
and i try to assign out to a parameter in a job into a sequencer i have an error, i think the system don't recognize out as a string, do you know why and how i can resolve it? Thenk you.
if i make in a routine a call like
cmd = "cat ":FileDir:RT:"/seq/elenco_nokia.txt"
Call DSExecute ("UNIX",cmd,out,SystemReturnCode)
and i try to assign out to a parameter in a job into a sequencer i have an error, i think the system don't recognize out as a string, do you know why and how i can resolve it? Thenk you.