09-23-2009 04:07 AM
Hi every1,
I want to send a cluster through shared variable. While creating a shared variable there are options to select its data type but there is no option of Cluster.
But there is an option of" from custom control".How to use that?
Solved! Go to Solution.
09-23-2009 04:16 AM
Hi Gaurav,
create your control and save it as a *.ctl file on your disk. If you use the option "from custom control", then select your control. If this won't work for your control, then you can use the "flatten to string" function to send it as string.
Mike
09-23-2009 04:23 AM
Thank you mike ,
But how to send a cluster. Do you want me to make cluster control and then save it as *.ctl ?
09-23-2009 04:37 AM
Hi gak,
yes, create your cluster, and save it as a control. Right click in the front panel onto your cluster and select "advanced -> customize". Select this control in variable dialog.
Mike
09-23-2009 05:30 AM
Ya mike i know that procedure. Thank you very much for help.
Will try this.