Previous | Contents | Index |
Change the current print position.This variation of the PRINT command will change the current print position or print out a literal constant.
print new_line
#1 |
---|
PRINT "The field value is:" |
#2 |
---|
PRINT NEW_PAGE |
literal
A literal is any text surrounded by double quotes (").new_line
This causes a new line to be started at this point.new_page
This causes a new page to be started at this point.
Previous | Next | Contents | Index |