Quote:
Originally Posted by chaley
FWIW: you can use the finish_formatting function instead of the template and test to format it and add the spaces and brackets. Something like
Code:
s_index = finish_formatting(field('series_index'), '.2f', ' [', ']'))
|
Thanks.
I already know about it, though. I do use it when in general program mode.
EDIT:

It came true sooner than I thought. Look at the recycled s_index below.