Ask a Question related to FileMaker, Design and Development.
-
J. Squeed #1
Help finding and databasing similar patterns
I have several HTML files saved in HTML form in a field called
HTMLSTORAGE in a Filemaker database. Each HTML page has several
http:// links in it. I want to be able to extract every link and
store it in a separate database.
How can you do this ?
-Squeed
J. Squeed Guest
-
databasing flash movies
Okay, I want to take my flash knowledge up a few notches. I currently have a web application written in coldfusion. The end user wants to be able... -
fh9 cannot export patterns to swf?
Hi! try to make a shape fill with pattern, it will not export it with the pattern... why ? & how to overcome that? -
Patterns
Hi ! I've got a simple looking problem, do maybe someone will have simple, short solution for it. I hava a string whis is an expression e.g.:... -
Actions and patterns.
Just a quick question here..... Ive often created actions that use patterns. My actions also create the patterns that are used in them. (2 seperate... -
Struts or Patterns in ASP.NET
As an architectural question - does ASP.NET offer any "pattern" like Struts to facilitate front-ends to Web Servers? As far as I can see, it's up... -
J. E. Goodman #2
Re: Help finding and databasing similar patterns
Script I envision something like this.
Count the number of http:// patterncounts in HTMLSTORAGE.
Set a stop loop field to that number
Set a counter field to 1
Loop
SetField CURRENTLINK to middle ( HTMLSTORAGE, starting with [url]http://,[/url]
ending with the next space )
SetFieldLINKSFOUND to LINKSFOUND & ", " & CURRENTLINK
#[Remove the link you've already captured]
SetField HTMLSTORAGE substitute ( HTMLSTORAGE, CURRENTLINK , "")
Exit Loop if COUNTERFIELD > STOPLOOP
End Loop
Contact me directly if you need help.
Jeanne G.
jeanneatdesksideguru.com
[url]www.desksideguru.com[/url]
"J. Squeed" <squeed2000@yahoo.com> wrote in message
news:8e19e59e.0308271815.4502f776@posting.google.c om...> I have several HTML files saved in HTML form in a field called
> HTMLSTORAGE in a Filemaker database. Each HTML page has several
> http:// links in it. I want to be able to extract every link and
> store it in a separate database.
>
> How can you do this ?
>
> -Squeed
J. E. Goodman Guest



Reply With Quote

