03-12-2010 11:48 PM
I want to create one large string from an array of strings. Each string in the array is 16 characters and the array has 30 elements, so I want to create one string that is 480 characters long. Attached is a VI showing an approach that I think will work but I would like to know if there is a better approach.
I need the long string because I have to calculate a CRC-32 value.
Thank you,
Chuck
Solved! Go to Solution.
03-12-2010 11:56 PM - edited 03-13-2010 12:00 AM
03-13-2010 11:17 AM
In the "what you should be doing" approach, what is the function that you're using?
Thanks,
Chuck
03-13-2010 11:22 AM
04-16-2010 05:30 AM
04-16-2010 07:41 AM
Hi mohansagar,
why do you:
- attach a proprietary file format instead of plain pics?
- why do you link pictures residing on your local PC?
- why do you suggest to convert an array to a cluster to unbundle elements to build a string? A much easier/better solution was already suggested before…
Who is kudoing such suggestions?
04-16-2010 07:52 AM
GerdW wrote:Who is kudoing such suggestions?
The OP kudoed the response.