SET-INPUT0 Command

The SET-INPUT0 command provides R91 compatibility for the mvBASIC INPUT,0 command, allowing it to read stacked data. See the INPUT statement topic in mvBASIC User Reference Guide for more information.

Format

SET-INPUT0 {R91|MVBASE}

Parameter(s)

R91

Sets the INPUT,0 command compatibility to R91, allowing reads from stacked data.

MVBASE

Sets the INPUT,0 command compatibility to MVBASE, disallowing reads from stacked data (default).

Description

If no parameter is provided, the system returns the current SET-INPUT0 setting.

Example(s)

The example below illustrates setting the INPUT,0 command compatibility to R91, thus allowing reads from stacked data.

>SET-INPUT0 R91

[593] INPUT,0 statement will read from stack data.

The example below illustrates verifying the current INPUT,0 command compatibility setting. In this case, the message returned indicates that reads from stacked data are currently allowed (therefore, the current setting is R91).

>SET-INPUT0

[593] INPUT,0 statement will read from stack data.