04-09-2007 06:59 AM
04-09-2007 08:22 AM - edited 04-09-2007 08:22 AM
Type Cast is a pretty low-level function that will only accept certain types. Instead of using Type Cast, I'd recommend the Unflatten From String function. This should take any type as the destination. This is used commonly when saving data of a specific type, you can flatten it to string to write it and then unflatten it when reading it. Using these functions with data from an external source may not be easy - you might need to break the structure down into simpler components to read it in to LabVIEW.
Good luck!
Message Edited by Jeff B on 04-09-2007 08:23 AM
04-09-2007 10:26 AM
04-09-2007 12:29 PM
07-06-2007 01:41 AM