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

[REBOL] String Problem

From: tmoeller:fastmail:fm at: 25-Aug-2009 12:59

Hi, if have backupscript for our mysqldatabases in rebol. Simplified it reads the output of "show databases", puts it together with the datadirectory and copies all files in this directory to a backupdevice. The problem we have now ist that after a Migration from 5.0 to 5.1, the mysql_upgrade script changed the path names of databases which names contain "-". For example the database name is "tt-wiki" and the path is now "tt-002dwiki". I know that "-002d" is the ascii representation of - . But how can i make rebol search for "tt-002dwiki" and not "tt-wiki"?? Any ideas?? Thanks Thorsten -- http://www.fastmail.fm - Or how I learned to stop worrying and love email again