Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Passing Global Variables from FTP Dir Parse to IB Data › Reply To: Passing Global Variables from FTP Dir Parse to IB Data
April 15, 2005 at 4:24 pm
#56359
Charlie Bursell
Participant
A global list will work as long as you read the list in an IB proc so that both procs are in the same interpreter. Just push the files onto a global list. Then in the IB proc, as you read a message, pop off the file name.
Now, if you need the file name in a later ineterpreter, put it in the USER meta data field.
Charlie