[Home] [By Thread] [By Date] [Recent Entries]
> if (number(input)) then format-number(translate(input,'()',''),'00') else '00' > > which is more readable, perhaps. The test I think should read if (number(translate(input,'()',''))) and the format-number() needs a number for the first argument, but gets a string from translate(). Best regards, Manfred
|

Cart



