Paulo,
Sorry I didnot include all the information in my last message. Here what I am doing, I have a big cluster in that cluster I have 4 arrays of numbers "DBL", and also some strings. I am flattening this whole cluster into a string and saving to a file. So, My file is getting bigger as there are 5 to 6 digits after the decimal in each number, I want to limit 2 digits after decimal for each number so that my file size is reduced. I can convert the numeric array into strings then flatten it to a file, but I was looking for some thing easy to just take out some digits from the number.
Thanks,
Mudda.