Gerard: > I simply asks myself if there is no other way to control the ask behaviour to > normally process the script as the DO is doing its
The problem is cutting'n'pasting to the console window requires complete REBOl statements on each line. Do'ing a script (as you've discovered) does not. Neither does this: do read clipboard:// You could put something like this in your user.r dc: does [do read clipboard://] Then all you have to do is: -- copy the text from wherever you are editing it -- dc + enter in the REBOL console. Sunanda. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
