07-26-2005 01:44 PM
07-26-2005 02:05 PM
07-26-2005 02:43 PM
07-27-2005 09:22 AM
07-27-2005 10:22 AM
07-27-2005 10:32 AM
Modify as needed. Good luck!
07-27-2005 10:37 AM
07-27-2005 10:37 AM
@Pondered wrote:
Is it possible to save a cluster as a spreadsheet file? would I have to change it to an array first, then to a spreadsheet file?
Don't complicate things, LabVIEW ie easy!
You cannot convert this cluster to an array, because it has elements of different type (booleans and numbers). Just unbundle it all by name and format it as desired.
07-27-2005 11:26 AM
07-27-2005 11:35 AM
@Pondered wrote:
How can I select a specific character out of a token string?
It is not clear what you mean by "specific character", but all the string tools are available in the strings palette.