Cicode Programming Reference > Cicode Function Categories > Page Functions Introduction > PageFile

PageFile

Displays a file on the page. After the file is displayed, you can scroll up and down through the file. To use this function, you need to use the Graphics Builder to create a page called "File" (using the file template).

Notes

Syntax

PageFile(sName)

sName:

The name of the file to display.

Return Value

0 (zero) if the file is successfully displayed, otherwise an error is returned.

Related Functions

DspFile

Example

System Keyboard

Key Sequence

File ######## Enter

Command

PageFile(Arg1)

Comment

Display the specified file on the page

See Also

Page Functions