Tag Archives: Appending Leading Zeros to the number

Appending Leading Zeros to a number in Sage X3

You may come across a situation where you want to append leading Zeros to a number but don’t know how to achieve it. This can be handle with the help of the “format$” keyword which will append the leading Zeros to the number. Format$ : Dim is used to format the expression based on particular… Read More »