Slide 26 of 80
Notes:
- The “align” script demonstrates using the rpt() function to pad output with a variable number of spaces, based on the length of the data fitting in a field.
- When ![rpt(“ “…)] is used just before echoing a value, that value is right justified.
- When ![rpt(“ “…)] is used just after echoing a value, that value become left justified.