To avoid the undesired rounding, use the Concatenate() function to convert the entire Real number to a String column when a space is added before the column. For example:
Concatenate(" ", [Values])
In the above example, Concatenate(" ", [Values]) will produce 3.14159265
Note: Make sure to set the formatting of the Real column to display the desired number of columns.