zlocm Posted March 17, 2011 Report Share Posted March 17, 2011 (edited) Hi, I try to get cluster entries programmatically, but I can`t cast to datatype Edited March 17, 2011 by zlocm Quote Link to comment
dannyt Posted March 17, 2011 Report Share Posted March 17, 2011 Hi, I try to get cluster entries programmatically, but I can`t cast to datatype Hi As your two outputs are arrays I am assuming your cluster has two arrays in it. If that is the case you are trying to cast an array into a digital type you missed out the array cast see below A couple of things to look at to learn more about this control reference casting that might be of interest Wiki control ref & control ref nugget & Try multiple type casts hope this helps Dannyt 1 Quote Link to comment
Cat Posted March 17, 2011 Report Share Posted March 17, 2011 This may be too trivial of an answer for your application, but you can just right click on a cluster element, select Create-> Reference, and a reference to the cluster element appears on your BD. No casting necessary. Quote Link to comment
crelf Posted March 17, 2011 Report Share Posted March 17, 2011 This might be even more trivial, but why woulodn't you just use unbundle or unbundle-by-name? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.