02-18-2014 11:00 PM
02-19-2014 02:05 AM
@hameedkdnl wrote:
Can anyone pls help me to resolve this problem
You should at least say what you think the problem is. You code make very little sense, so there are many problems.
"bin" is not a well known extension that fully defines a file structure. It can be anything. You have a 2D array of DBL that you format as a text formatted spreadsheet string of integers (%d, dropping all decimal digits), then you are trying to read it as a plain string.
We don't know how you want the file contents to look like. Please explain.
Why do you have three copies of the same file path. Use one and branch the wire. Much easier to maintain!
Why do you use a sequence structure? All you need is an error wire to define execution order.
02-19-2014 05:01 AM
THANKS FOR YOUR INFO.
I have found the solutuion..i hav attached the vi.
02-19-2014 09:48 AM