in reply to Re: number formatting
in thread number formatting

try result = sprintf('%015.f', 9789673814172);

-- Hofmator