09-10-2010 08:22 PM
You ALL should find this very useful in the scripting world, where we so often get generic data types and need to attempt multiple casts to specific types to execute specific code
http://lavag.org/topic/13061-try-multiple-type-casts/#entry77999
I look forward to your feedback
09-10-2010 09:47 PM
Recently I have tried a nugget of "adaptive save restore".
http://forums.ni.com/t5/LabVIEW/Nugget-Using-control-references/m-p/570756?query.id=1430593
This nugget also uses a similar approach.
Probably the design pattern of many cast will be applicable to lots of applications.