The help docs list these possible execution commands:
-IA[alias]card_num[W|!W][Rcount:interval]
[K['filename']|[+'filename']|[U'filepath']||
[1'filename']|[1+'filename']|[U1'filepath']|[U1]]
{src-adptr-cmd|.}
My code is as follows:
=RUN("MyGetCCCFTP.mmc", "-WM -IAFTP1X '" + MyCmd Field:Out + "' -OF1+ '" + Filename Field FTPList:Out + "' -OE2 ")
Is the 'X' in -WM -IAFTP1X supported? It doesn't say so in the above help doc.
-IA[alias]card_num[W|!W][Rcount:interval]
[K['filename']|[+'filename']|[U'filepath']||
[1'filename']|[1+'filename']|[U1'filepath']|[U1]]
{src-adptr-cmd|.}
My code is as follows:
=RUN("MyGetCCCFTP.mmc", "-WM -IAFTP1X '" + MyCmd Field:Out + "' -OF1+ '" + Filename Field FTPList:Out + "' -OE2 ")
Is the 'X' in -WM -IAFTP1X supported? It doesn't say so in the above help doc.