I'm not sure I understand what you mean. Are you wanting to limit the number of elements in the output array, or the number of digits of precision?
If you want to limit the number of digits of precision, right-click on the array indicator and pick the Format & Precision... selection. You can set how the numbers are displayed there.
Message Edited by mikeporter on 09-10-2005 07:48 AM
Hi Mike,
I dont want the number of precision, i already know how adjust it...
Look at the file which i attached previously (.txt)!, I save on txt file data from columns vi. My problem is when the data fill 3 digits with the '.' it would be 4. If you look at the txt, the columns are not right, they are bent. Since i fixed the spaces between each value. But like it ocuppies one space more and the columns seems bent. I would like fit the output from calculates to get ALWAYS the same number of spaces, for example if i have :
Mensaje editado por Fonsi
Hi Fonsi,
How does this look? (note: right column is still right-justified.)
The solution that Dynamik gave for the right-justification issue is best way to approach the problem. One question, is there a reason that you need all the spaces in the version that you are writing to the test file? If you could get by with a simple tab between data values the formatting would get a lot simplier.
Mike...
Hi Dynamik and Mike,
Thanks a lot, the program runs perfectly, yes i should use tab than spaces... 🙂
Regards.
Thanks Mike!
You're welcome Fonsi.