Hi,
You might try "%,;%.3f" or "%.;%.3f". I think the string has decimal "," and
"." is expected, or visa versa.
Regards,
Wiebe.
"Daniel Ewert" wrote in message
news:c6j2hs$qc8$1@nets3.rz.RWTH-Aachen.DE...
> I want to convert a spreadsheet string of floatin point decimals into an
> array.
> spreadsheet string uses period decimal separators, the array shall use
> commas.
> But by converting it using the Spreadsheet to Array.vi I lose the
fractional
> part, all decimals are rounded to integer.
> Do I use the wrong format syntax (" %.3f"), or is there another trick?
>
> thanks for help,
> Daniel
>
>