Previous Topic

Next Topic

Book Contents

Book Index

print (no data)

Change the current print position.

This variation of the PRINT command will change the current print position or print out a literal constant.

General format

print new_line

Examples

PRINT "The field value is:"

PRINT NEW_PAGE

Qualifiers

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.

See Also

Field breaks

end

print

report

select

sort