[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ACCEPT

    To enter a string from the keyboard into a specified memory variable.

Syntax

    ACCEPT [<prompt>] TO <memvar>

Argument

    <memvar> is the name of the memory variable where the keyboard entry is
    placed.

Option

    Prompt: The <prompt> is a character string displayed before the
    input area.

Usage

    ACCEPT takes entry from the keyboard and places it into a newly created
    character memory variable.  Return confirms entry and is the only key
    that terminates ACCEPT.  If .+ is entered in response to the
    ACCEPT command, the content of the memory variable is null (without any
    contents, or ASCII 0).

See Also: @...SAY...GET INPUT WAIT INKEY()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson