CONTENTS | INDEX | PREV | NEXT

SYNTAX            : ARG ;P S REG

RESULTING ARGUMENT: None

FUNCTION          : Generate a requester which prompts for character input.
                    The string entered will be assigned to the register
                    specified.

ARGUMENT          : The maximum size (in characters) the string requester
                    will accept.

DEFAULT           : None

NOTE 1            : Due to the nature of requesters, the AmigaDOS setmap
                    command defines the keyboard. The TV keyboard setting
                    is not effective.

NOTE 2            : Due to the nature of requesters, it is not possible to
                    enter the RETURN character.

7.0:
NOTE 3            : To access the register as an array, a subscript can be
                    used.

MATRIX