Hi Simon, If you use grave accents trailing zeros get removed when evaluating numbers. If you convert to a string using floatstr and fortran format editors then you preserve the trailing zeros for your filenames. For instance yes? rep/name=m/range=1:10:1 (def symb xxx `76.+m*0.25` ; def sym xxx_str `floatstr(($xxx),"(f5.2)")` ;say ($xxx) ($xxx_str)) Note that if you put ($xxx_str) between grave accents you'll strip the zeros off again! Cheers, Russ On 20/09/15 03:32, simon EK wrote:
|