I really didn't know how to title this and tried to do searches but had the same problem.
Trying to assign postscript arguments into a character string before doing a UNIX call.
E.g. wstr = "filename -iINFILE -oOUTFILE -tWIDE -s10".
When I display the string I get something like "filename -iINFILE oOUTFILE tWIDE s10". In other words, some of the "-" are going missing. I can force them to appear by putting "--" in front of some (not all) of the arguments. I guess (tentatively) that some of these are actual Progress calls.
Is there any way of getting Progress to ignore what I put into a string and leave it alone?
Hope I made my self clear
Trying to assign postscript arguments into a character string before doing a UNIX call.
E.g. wstr = "filename -iINFILE -oOUTFILE -tWIDE -s10".
When I display the string I get something like "filename -iINFILE oOUTFILE tWIDE s10". In other words, some of the "-" are going missing. I can force them to appear by putting "--" in front of some (not all) of the arguments. I guess (tentatively) that some of these are actual Progress calls.
Is there any way of getting Progress to ignore what I put into a string and leave it alone?
Hope I made my self clear