[an error occurred while processing this directive]
Forms Processor Advanced Commands
Contents   Index of Commands   Search the Forms Processor Docs   
slurp Copies the contents of filename into the variable.

&slurp ("variable","filename");

Example:

# read the contents of the file 'www/file.html.count' into $data

&slurp ("data","www/file.html.count");

# print out a dynamic file

format screen source www/welcome.html

format screen
There have been $data hits to this page
.

See also:  &set_lock ("filename") and &free_lock("filename");

[an error occurred while processing this directive]