sending more than 5 values to a dclerk from command line
Kenneth Brody
kenbrody at spamcop.net
Tue Apr 7 14:46:42 PDT 2015
On 4/7/2015 4:44 PM, Jay Ashworth wrote:
> As your single -r parameter, send
>
> KEY1|KEY2|KEY3|ETC
>
> And in the -v table, do
>
> IF @PM co "|"{keyfield SELECT
> IF @PM co KEYFIELD{"|" SELECT
I believe you mean:
@PM co "|"{keyfield{"|"
And you need to start and end your parameter value with "|" as well.
Otherwise, using your example, "KEY" and "Y2" would both match your code.
[...]
> But multiple SELECTS in one record are atomic, I think.
[...]
By that, I assume you mean that executing SELECT more than once on a single
record will only select it once. That is the correct, documented, behavior.
--
Kenneth Brody
More information about the Filepro-list
mailing list