To:                     [EMAIL PROTECTED]
From:                   [EMAIL PROTECTED]
Send reply to:          [EMAIL PROTECTED]
Subject:                [REBOL] More stupid Questions
Date sent:              Sat, 10 Jun 2000 06:07:45 +0100

> If I have this script
> 
> 
> REBOL [
>       ...     ]
> 
>         Text: read File.asc
>       a: now 
>         Text: join Text a
>         print Text
>         write NewFile.asc Text
> 
> 
> 
> the Date is NOT added at the end of the file. Instead of File.asc
> get an extra [NewLine] and the Date is joined in the next line.
> 
> Example:    This is the time now:
>             12.12.1212
> 
> Question: How can I join Text to an ascii file _in the same line_ ???
> 
> This is I want to get:
> 
>             This is the time now: 12.12.1212
> 
> TIA
> 
> FreeJack
> 
Your script works perfectly correctly, the problem that you are 
getting I suspect is that the original file %File.asc contains a new 
line character at the end of the line. Try using the attached file

Regards
        colinb

Colin Brizell
[EMAIL PROTECTED]
Zoridae Limited
http://www.zoridae.co.uk

Reply via email to