I´m trying to save "newlines" to a block, the block is then saved to a file per CGI: >> q: make block! 0 == [] >> append q to-word "name" == [name] >> append q "sharriff" == [name "sharriff"] >> append q to-word "log-name" newline == #"^/" >> q == [name "sharriff" log-name] why is this not possible? I would like my blocks formatted: [ name "sharriff" log-name "sharriff" other-label "value" ] best regards Sharriff Aina med.iq information & quality in healthcare AG
- [REBOL] newlines in saved blocks Re: Sharriff . Aina
- [REBOL] newlines in saved blocks Re: Al . Bri
- [REBOL] newlines in saved blocks Re: joel . neely