[REBOL] input a bunch? Re:(2)

2000-07-27 Thread ralph

well, just using

text: input

will let you type a bunch until a Return is hit.

--Ralph Roberts

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 27, 2000 10:30 AM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] input a bunch? Re:
> 
> 
> How about:
> 
> something: ask "Type Something "
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 25, 2000 5:38 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] input a bunch?
> 
> 
> hey list guys,
> 
> I have something like this:
> 
> print "type something"
> input: somthingtyped
> 
> this works like a champ when I type stuff in at the console.  but I'd
> prefer to get it in some other way, and pasting mucks stuff up.
> how can I get, say, a paragraph into input?  I'm typing in stuff that
> I don't know beforehand...
> 
> thanks,
> 
> --
> 
> Spend less time composing sigs.
> -tom
> 




[REBOL] input a bunch? Re:

2000-07-27 Thread ptretter

How about:

something: ask "Type Something "



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 25, 2000 5:38 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] input a bunch?


hey list guys,

I have something like this:

print "type something"
input: somthingtyped

this works like a champ when I type stuff in at the console.  but I'd
prefer to get it in some other way, and pasting mucks stuff up.
how can I get, say, a paragraph into input?  I'm typing in stuff that
I don't know beforehand...

thanks,

--

Spend less time composing sigs.
-tom




[REBOL] input a bunch? Re:

2000-07-26 Thread bhandley

Um.. Read it from a file?
Read it from an url?
Read it from a Tcp/ip port?!

If you mean you want a better user interface, then you could set a
mini-webserver /cgi/ and HTML page for input :)
or use Rebol/View and construct an interface with it.

If you were using /view you could also read from the clipboard as well.

Brett.

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 26, 2000 8:37 AM
Subject: [REBOL] input a bunch?


> hey list guys,
>
> I have something like this:
>
> print "type something"
> input: somthingtyped
>
> this works like a champ when I type stuff in at the console.  but I'd
> prefer to get it in some other way, and pasting mucks stuff up.
> how can I get, say, a paragraph into input?  I'm typing in stuff that
> I don't know beforehand...
>
> thanks,
>
> --
>
> Spend less time composing sigs.
> -tom
>