REBOL Document

Request-text - Function Summary


Summary:

Requests a text string be entered.

Usage:

request-text

Refinements:

/offset - The offset refinement.

xy - The xy argument.

/title - The title refinement.

title-text - The title-text argument.

/default - The default refinement.

str - The str argument.

Description:

Pop-up a window that requests text from the user. The /title refinement can be used to change the request question:


    print request-text/title "Enter your name:"
    test

If the user presses cancel or closes the window, a NONE is returned.

Related:

request - Requests an answer to a simple question.


<Back | Index | Next>

Copyright 2004 REBOL Technologies