Sorry I only tested it with that one word, so it's not windows. I was definitely
wrong there.
However I just tried the problem file name like this .
write %3DGENERATOR "Stuff"
** Access Error: Cannot open /C/Rebol/3DGENERATOR.
** Where: write %3DGENERATOR "Stuff"
But these others all worked
>> write %4DENERATOR "Stuff"
>> write %5DGENERATOR "Stuff"
>> write %3DGENERATOR.com "Stuff"
>> write %3DENERATOR "Stuff"
It is bizarre it only happens with %3DGENERATOR
Cheers
Allen K
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 27, 1999 1:33 PM
Subject: [REBOL] Error with messenger.r while detaching Re:(2)
> [EMAIL PROTECTED] wrote:
> >
> > Hi Luis,
> >
> > The error is caused because Windows cannot have file names beginning
> > with a number...
> >
>
> Not so, I'm afraid (assuming we're talking about w95). I just ran the
> following in REBOL (2.1.2.3.1):
>
> >> test: "Just to try it out..."
> == "Just to try it out..."
> >> write %2tryit.out test
> >> read %2tryit.out
> == "Just to try it out..."
>
> and my trusty msDos window reported the following:
>
> C:\UTIL\rebol>dir 2*
>
> Directory of C:\UTIL\rebol
>
> 2TRYIT OUT 21 09-26-99 10:29p 2tryit.out
> 1 file(s) 21 bytes
>
> There must be something else causing the problem.
>
> -jn-
>
>