Search the web
Sign In
New User? Sign Up
Rebol_New · For beginning Rebol programmers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 85 - 114 of 315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
85
Normally, I use Rebol on my Mac laptop. However, when I want to use View, I use it on a friend's Win98 system. After I installed it in the "Program Files"...
Jack Seay
jackseay@...
Send Email
Nov 2, 2000
4:15 am
86
Yes, Windows registry was involved for the current version. I got a help from RT how to install REBOL/View successfully. It worked. I could relay the help if...
Geo Massar
gmassar@...
Send Email
Nov 2, 2000
5:35 pm
87
Hi Geo, the experimentals on the webpage have silently been updated, the old releases, but with new expiration dates. Because they have the old release...
Ingo Hohmann
ingo@...
Send Email
Nov 2, 2000
9:30 pm
88
Hello list, ... Here's my testing script %roman-test.r and a corrected version of %roman.r The only "correction" I made is renaming the functions, since we're...
Christian Ensel
Christian.Ensel@...
Send Email
Nov 3, 2000
10:00 am
89
I downloaded View from both the developers and experimentals pages. They are both the same: 0.10.38.3.1 When I tried running either, I always get the message...
Jack Seay
jackseay@...
Send Email
Nov 5, 2000
5:59 am
90
Jack Seay wrote: > > I downloaded View from both the developers and experimentals pages. > They are both the same: 0.10.38.3.1 When I tried running either, I...
volker
volkernion@...
Send Email
Nov 6, 2000
5:49 pm
91
unsubscribe...
Ahmad Kamal
ak2000@...
Send Email
Nov 7, 2000
12:32 am
92
For some reason, the tutorial in the file area was changed to an empty file, so I've uploaded it again. I'm reading "Rebol For Dummies" now, and will be...
Jack Seay
jackseay@...
Send Email
Nov 9, 2000
1:00 am
93
I have coded a small script to make small changes in my REBOL CGI scripts. The script works with text (mytext.txt) file types, but returns an "OPEN" error when...
Sharriff Aina
sharriff.aina@...
Send Email
Nov 18, 2000
5:56 pm
94
... yahoogroups.com? Gee, that's easier to type in, eh? ;) Ah, well. Such is the way of corporate acquisitions. You have to have a "Yahoo ID" now to access the...
Andrew Martin
Al.Bri@...
Send Email
Jan 26, 2001
9:26 pm
95
... Err? Does this mean Yahoo owns eGroups now? -- Carl Read carl@......
Carl Read
carl@...
Send Email
Jan 26, 2001
11:42 pm
96
... Sure does -- nice of them to let us know, eh? See ya, -- James L Boyd (Member of DNRC), Connected from Fife, Scotland. http://www.blitzbasic.com/ ...
James L Boyd
james@...
Send Email
Jan 27, 2001
2:53 am
97
On 27-Jan-01, James L Boyd wrote: ... Yeah. No question, "free" comes with hooks attached. Though of course there's nothing to stop a commercial outfit...
Carl Read
carl@...
Send Email
Jan 27, 2001
3:57 am
98
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Rebol_New group. File : /Rebol For...
Rebol_New@yahoogroups...
Send Email
Feb 12, 2001
12:41 pm
99
Below is the beginning a FAQ in the file area of the web page. I have shortened the path and file name a little so it would fit better in email messages. ...
Jack Seay
jackseay@...
Send Email
Feb 17, 2001
3:13 am
100
I am trying to set a word to the value of a directory listing, but with a new line after each item. This is as far as I got: dlist: foreach line print...
Jack Seay
jackseay@...
Send Email
Feb 25, 2001
5:32 am
101
... You've got the first part right: read %. returns a block containing file! values which is the directory listing. ... == [%feedback.r %nntp.r %rebol.exe...
Andrew Martin
andrew@...
Send Email
Feb 25, 2001
6:52 am
102
... Hi Jack... do it like this: dirlist: read/lines %. Now you have the directory list as a block of values and you can work your will on them. Have fun. ...
Ralph Roberts
ralph@...
Send Email
Feb 25, 2001
3:50 pm
103
... All you need is: dirlist: read %. The /lines refinement is for reading a file and having each line of the file appear as separate strings in a block. I...
Andrew Martin
andrew@...
Send Email
Feb 26, 2001
2:25 am
104
Hi, I am trying to catch a keypressed in view and i can't manage to get any event of type key... here is my code : l: layout [ origin 5x5 title "My window" b:...
Gilette Serge
gilette@...
Send Email
Apr 30, 2001
5:23 pm
105
I have created a "Local" folder in the Bookmarks section of the http://groups.yahoo.com/group/Rebol_New/links website. This is for those of you who have...
Jack Seay
jackseay@...
Send Email
May 10, 2001
2:38 pm
106
Here is a question I had from the Rebol/Core pdf file, p. 3-27: You can use any with functions like find to always return a valid result: data: [123 456 789] ...
Jack Seay
jackseay@...
Send Email
May 27, 2001
2:03 am
107
What am I doing wrong here? I only want to append files that end in ".r". All files get appended REBOL [ Title: "File Appender" File: %fileappend.r Date:...
Jack Seay
jackseay@...
Send Email
Jun 2, 2001
4:40 am
108
Hello, I am new to Rebol, but I may drop it due to lack of documentation. I managed to get VID running with a text area. I even figured out how to write to the...
Jim Clatfelter
hijim@...
Send Email
Jun 3, 2001
2:10 am
109
... Some examples. You can enter these directly at the console... ... == "This is the hour of our discontent..." ... Note the 'text-file word used as a...
Carl Read
carl@...
Send Email
Jun 3, 2001
9:22 am
110
... And we're still right :P See ya, -- James L Boyd Connected from Fife, Scotland. http://www.blitzbasic.com/ All Your Basic Are Belong To Us. --...
James L Boyd
james@...
Send Email
Jun 3, 2001
1:54 pm
111
Hi Carl, Thanks for the help. I'll study the code and the section of the documentation file you mention. The load box looks great. That's the part of REBOL I...
Jim Clatfelter
hijim@...
Send Email
Jun 4, 2001
1:06 am
112
... make much use of them. It's very easy to write Rebol equivalents to the BASIC string routines. This has been done on the main rebol list. You should be...
Andrew Martin
Al.Bri@...
Send Email
Jun 4, 2001
2:23 am
113
Hi Andrew, I did join that list, but there were so many messages, and I didn't understand any of it, so I got off of it. I think you were the one who helped me...
Jim Clatfelter
hijim@...
Send Email
Jun 4, 2001
3:06 am
114
... I've recently deleted over 500 unread messages I've got from that list. It's been very busy and I haven't had the time to read them all all. Andrew Martin ...
Andrew Martin
Al.Bri@...
Send Email
Jun 4, 2001
3:57 am
Messages 85 - 114 of 315   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help