[REBOL] REPLACE
From: John::Harbaugh::capmetro::org at: 2-Jul-2003 13:40
This line of code runs under REBOL/Core 2.3.0.3.1 but not under core 3.5.5.3.1
EITHER "BECKWMCA" [ REPLACE T "BECKWMCA" "BECKETT<BR>WM. CANNON"] [ " " ]
I get a dialogue box that says **Crashed (should not happen)- corrupt data type: 78
And the line when REBOL opens, says : (see last two lines)
REBOL/Core 2.5.5.3.1
Copyright 1997-2003 REBOL Technologies
REBOL is a Trademark of REBOL Technologies
All rights reserved.
Component: "REBOL Mezzanine Extensions" 1.1.2.1 (29-Nov-2002/18:29:09)
Component: "REBOL Internet Protocols" 1.59.2.15 (14-Feb-2003/0:45:14)
Finger protocol loaded
Whois protocol loaded
Daytime protocol loaded
SMTP protocol loaded
POP protocol loaded
IMAP protocol loaded
HTTP protocol loaded
FTP protocol loaded
NNTP protocol loaded
Component: "System Port" 1.1.2.5 (30-Nov-2002/16:24:03)
Script: "REBOL Extended Definitions" (cvs-date)
Script: "User Preferences" (2-Jul-2003/14:46:22-5:00)
** Script Error: REPLACE is missing its search argument
** Near:
Any ideas? John