renault
2005-07-05 13:40:37 UTC
hello ,
nice to see you here. i have a problem with the reading and writing the data in different formats of decimal separators(usually comma and a dot).
My task :
i have to write a labview program which can read (dot or comma ) decimal separator file and write the data in (dot or comma) and depending on the german or english OS.
for eg :
steps:
1. Find the decimal separator and depending on dot or comma , choose one of the following
2. 2D array [1.23 2.34 ] should be written as [1,23 2,34] or [1.23 2.34]
and also if the data is [1,23 2, 34] should be written as [1,23 2,34] or [1.23 2.34] .
note:
1. i shouldnot lose the precision of the output data.
2.I should include all the four cases in my program .
please help me out iam still learning labview . please also provide a program that would add clearly to your suggestions .
thanks again.
nice to see you here. i have a problem with the reading and writing the data in different formats of decimal separators(usually comma and a dot).
My task :
i have to write a labview program which can read (dot or comma ) decimal separator file and write the data in (dot or comma) and depending on the german or english OS.
for eg :
steps:
1. Find the decimal separator and depending on dot or comma , choose one of the following
2. 2D array [1.23 2.34 ] should be written as [1,23 2,34] or [1.23 2.34]
and also if the data is [1,23 2, 34] should be written as [1,23 2,34] or [1.23 2.34] .
note:
1. i shouldnot lose the precision of the output data.
2.I should include all the four cases in my program .
please help me out iam still learning labview . please also provide a program that would add clearly to your suggestions .
thanks again.