I missed any earlier notes, but I assume you are passing in a dx format object? Then you can add an attribute to your object (using DXSetAttribute) and then extract it in the visual program using the Attribute module. Then use the output of Attribute (perhaps with a strcmp in Compute if you wish to make the value of the attribute a string) to result in one out of a number of integers, say 1, 2, or 3 if you want three different paths. Use this as the input to Switch to choose which path to execute. You can see examples of using Switch in many of the sample visual programs.
Hi, I built a message passing importing module. Now I want to receive different objects of data. These datas must operated by different module paths. But there is only one data source (the message passing importer). Is there already a module, which can dispatch these data using any attribute/name/marking value ? Or have I to build a user module for this problem ? Thanks Rainer -- Dipl.Inform. Rainer Hagenau http://www.iti.mu-luebeck.de Institut fuer Technische Informatik Tel.: (+49) 451-500-3684 Medizinische Universitaet zu Luebeck Fax.: (+49) 451-500-3687 Ratzeburger Allee 160 Email: [EMAIL PROTECTED] 23538 Luebeck _________________________________ Donna L. Gresh Visual Analysis Group IBM T.J. Watson Research Center (914) 784-5049 [EMAIL PROTECTED]
