01-24-2013 06:01 AM
With my example I just used the default 32 bit number, you could use the same principle with a U64. Then it does start to get messy with the extra splits, in that case you would be better off with a loop and having your data in an array.
01-24-2013 01:01 PM
There are ways to do it without a for loop for any size array. But the answer isn't as clean as using a for loop. (Not sure which performs faster)
"I won't be wronged. I won't be insulted. I won't be laid a-hand on. I don't do these things to other people, and I require the same from them." John Bernard Books
01-25-2013 05:39 AM
Hi
Could you post the snippet as a vi for LV 2010 please?
thank you
01-25-2013 06:57 AM
Hello Freelance_LV,
As required.
Regards,
Bijay
01-28-2013 03:54 AM
Thank you for the code Bijay.
I tried to reproduce the code by seeing the snippet, but missed out on 'Regular Expression' menu selection on the search and replace function. so, it didn't work.
thanks again