Cicode Programming Reference > Using Cicode Functions > Using Operator Input in Functions

Using Operator Input in Functions

You can pass operator input to functions at runtime. For example, you can define a System Keyboard Command to let the operator select a page:

Key Sequence

F10 ######## Enter

Command

PageDisplay(Arg1);

When the command executes, the page name is passed to the function as Arg1. The operator can then display any page, for example: