Subject Re: [ib-support] Token unknown
Author Woody (TMW)
> Thanks Helen. Any ideas as to how I could do this?
>

You could try something like this:

xTmp = gen_id(GEN_MSGS, -gen_id(GEN_MSGS));
xTmp = gen_id(GEN_MSGIMPORTS, -gen_id(GEN_MSGIMPORTS));
xTmp = gen_id(GEN_TXNERROR, -gen_id(GEN_TXNERROR));

where xTmp is just an integer variable. Not sure if this executes fast
enough in a multi-user environment, though.

Woody (TMW)

"Start every day off with a smile and get it over with."
-- W. C. Fields