[REBOL] "{" in strings - workarounds? Re:(3)

2000-03-14 Thread VoToNi
In einer eMail vom 14.03.00 16:49:23 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: << Thanks for the rescue. will paste it. BTW, one missing thing is "^^"? :) "^^"?? Hahaha, no, Your code is ok :-) I changed it a bit for my needs, see below. Thank you, database runs again :) (Have

[REBOL] "{" in strings - workarounds? Re:(2)

2000-03-14 Thread VoToNi
Thanks for the rescue. will paste it. BTW, one missing thing is "^^"? :) In einer eMail vom 14.03.00 13:08:23 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: << Hi Volker, this problem has been found before, when trying to save history to files, here's a history save function, that

[REBOL] "{" in strings - workarounds? Re:

2000-03-14 Thread ingo
Hi Volker, this problem has been found before, when trying to save history to files, here's a history save function, that does it right ... ; ; History save and load by Christoph Mammitzsch ; save-history: func [ "Saves system/console/history to file." file [ file! ] "the file to save to"

[REBOL] "{" in strings - workarounds? Re:(2)

2000-03-13 Thread VoToNi
In einer eMail vom 13.03.00 18:09:09 (MEZ) Mitteleuropäische Zeit schreibt [EMAIL PROTECTED]: << > Caused by some emails which contained > unpaired "{". > they are stored in a block which is wrong molded by 'save. > When will this be fixed? Hi, would it be possible to do a search/replace b

[REBOL] "{" in strings - workarounds? Re:

2000-03-13 Thread robert . muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 13, 2000 9:47 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [REBOL] "{" in strings - workarounds? > Caused by some emails which contained > unpaired "{". > they are stored in a