09-09-2005 11:07 AM
09-09-2005 11:07 AM
09-10-2005 05:07 AM
09-10-2005 06:45 AM - edited 09-10-2005 06:45 AM
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
09-10-2005 09:18 AM - edited 09-10-2005 09:18 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
09-10-2005 12:57 PM
Hi Fonsi,
How does this look? (note: right column is still right-justified.)
09-10-2005 08:30 PM
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...
09-11-2005 02:23 PM
Hi Dynamik and Mike,
Thanks a lot, the program runs perfectly, yes i should use tab than spaces... 🙂
Regards.
09-12-2005 05:30 AM
Thanks Mike!
You're welcome Fonsi.