Worklog for Nebula

Parsing data

Return to Worklogs

notes . find rep(Posted 2007-07-06)
Function file1findfile2Replace(file1$,f1$,file2$,f2$)
Function filefindcreatefileReplace(file1$,f1$,file2$,replace$)
Function filereplace(file$,find$,replace$)

Function memoryfindreplace(ad,find$,replace$)
Function memoryfindmemorycreatereplace(ad,find$,nm,replace$)

;
;
;
;
Change all the hmtl files colors on the computer.
Windows Theme changes.

function Recursiveinfilereplace("c:\","*.htm","rgb(255,0,0)","rgb(155,155,155")

function Recursiveinfilereplace("c:\","*.htm","rgb(###,0,0)","rgb(155,155,155")

---------
Desktop : AMD Athlon 64 3400Ghz 200GB HD 1GB DDR ATI RADEON X300SE HM 256MB Win XP MCE2005 Spyc@m M300 Voice
Notepad : Celeron M 410 1.46Ghz 533 Mhz Fsb Mobile Intel 940Gml Express 60GB
HDD 512MB DDR2 / www.cromdesign.nl

Control Replace, Control Find(Posted 2007-07-06)
Translation and parsing.

Control + Replace ("www.myinfo.com") > ("myinfo.mycom")
Control + Find ("www.######.com") > ()

Read a html file. Find copy paste the jpg's into
a folder.
Read a html file. Find copy paste the jpg's into
a different html file.

Find color data in (html) files.
Replace the color date in (html) files.

Find color data in *.### files.
Replace the color date in *.### files.

Make a Interface for the find and replace
tool. Voila. Your blue surfer.

wip

---------
Desktop : AMD Athlon 64 3400Ghz 200GB HD 1GB DDR ATI RADEON X300SE HM 256MB Win XP MCE2005 Spyc@m M300 Voice
Notepad : Celeron M 410 1.46Ghz 533 Mhz Fsb Mobile Intel 940Gml Express 60GB
HDD 512MB DDR2 / www.cromdesign.nl