Please enable JavaScript to view this site.

A-Shell Reference

PAD (var, size)

PAD$ (var, size)

Returns a string equal to the input string var (which must be string format) padded with trailing spaces out to the length specified by size. In other words, this is the opposite of STRIP(var). If size is less than the current length of var then it functions just like the LEFT(var, size) function.

History

2013 May, A-Shell 6.1.1351:  Removed limits on input and output size. Previously, the input expression was limited to 255 bytes, and the output expression to 4095. The new effective limit is the available space in the memory partition