[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-