Reply To: Passing a file name to the destination

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Passing a file name to the destination Reply To: Passing a file name to the destination

#57894
Rentian Huang
Participant

    COOL!!! It works like magic!!!!!

    Now I have a better idea of the Engine sharing global information.

    Just FYI, here are the steps I did:

    Code:


    1. IB thread: save the input file name to a global variable in the “Directory Parse” TPS
    2. IB thread: assign the global that contains the file name to USERDATA in IB DATA TPS
    3. OB thread: read the USERDATA and set the input file name to the OBFILE, in the OB DATA TPS

    You have my sincere thanks!!    ðŸ˜€