Hello,
As you have suspected, VBAI does in fact save more than just 2 digits of precision. Typically, these units are the result of some measurement and used to make some decision regarding the unit under inspection. In these cases, those extra digits of precision are used. If you are simply displaying the measurement results, the indicator associated with this measurement can be configured to display any standard amount of precision. This assumes that you are using LabVIEW with a built application.
If you are using VBAI without a built application, and without some sort of decision making, I am guessing that you are probably using the small display underneath each icon to display measurement results. This small display is not meant to give full measurement details, but can often be a handy tool. If this is the case, I would suggest you view your measurement results in one of two different ways. First, you could perform a calculator step and add 0 to the number you have measured. This will display a number will higher precision in the script view. Second, and even better, would be to use the "View Measurements..." option under the Tools menu. This option will show detailed results on the measurements used in your system.
Hope this helps!
Robert