Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

REPLACE

 [1/3] 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

 [2/3] from: Al:Bri:xtra at: 3-Jul-2003 20:43


John was puzzled by: 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: You could have encounted the bug in Rebol where added script in %User.r isn't executed correctly by the Rebol interpreter. I've notified Feedback about it and RebolHQ responded by saying it will be fixed in the next version. Andrew J Martin ICQ: 26227169 http://www.rebol.it/Valley/ http://Valley.150m.com/ -><- ----- Original Message ----- From: "Harbaugh, John" <[John--Harbaugh--capmetro--org]> To: <[rebol-list--rebol--com]> Sent: Thursday, July 03, 2003 6:40 AM Subject: [REBOL] REPLACE 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

 [3/3] from: John:Harbaugh:capmetro at: 3-Jul-2003 8:08


Andrew: Next version? do you have any idea when that will be? John