A function that controls horizontal spacing on the line is the spc(space). The space function differs from the tab function. In that we specify the number of spaces on the line that we want to advance from the last item printed.
Syntax is as follows :
Spc(number of characters)
Ex.
Printer.print Tab(20); “Name”; spc(5); “Phone”; Spc(5); “Address”