QB64 Phoenix Edition
html stripper - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11)
+--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2)
+--- Thread: html stripper (/showthread.php?tid=915)



html stripper - random1 - 09-23-2022

Hi all

Awhile back I posted about a html stripper, old site. If I remember correctly there was 
a file located in a folder that came with qb64 but can't remember the name or how to
use it.  Anyway, maybe someone can chime in and give me the lowdown.

R1


RE: html stripper - RhoSigma - 09-23-2022

(09-23-2022, 09:02 PM)random1 Wrote: Hi all

Awhile back I posted about a html stripper, old site. If I remember correctly there was 
a file located in a folder that came with qb64 but can't remember the name or how to
use it.  Anyway, maybe someone can chime in and give me the lowdown.

R1

Nothing in QB64 which does this automatically, however if you look for a function to replace the HTML tags with nothing (to basically strip it out), then the fucntion you look for is probably StrReplace which is in the source/utilities/strings.bas file.

If you look for somewhat else then we need more information about your issue, maybe you can lookup your old post in the now archived old forum here: https://qb64forum.alephc.xyz/


RE: html stripper - Pete - 09-23-2022

I made an html stripper once, for my desktop. Oh wait, that was a stripper for my desktop, made in html; sorry.

Hi random1,

That was this thread: https://qb64forum.alephc.xyz/index.php?topic=4100.msg134632#msg134632

Pete


RE: html stripper - random1 - 09-23-2022

(09-23-2022, 10:03 PM)Pete Wrote: I made an html stripper once, for my desktop. Oh wait, that was a stripper for my desktop, made in html; sorry.

Hi random1,

That was this thread: https://qb64forum.alephc.xyz/index.php?topic=4100.msg134632#msg134632

Pete

I had me one of those too.  Wife made me delete it. LOL

R1

(09-23-2022, 09:02 PM)random1 Wrote: Hi all

Awhile back I posted about a html stripper, old site. If I remember correctly there was 
a file located in a folder that came with qb64 but can't remember the name or how to
use it.  Anyway, maybe someone can chime in and give me the lowdown.

R1

That's what I was looking for.  Thanks.
R1


RE: html stripper - Pete - 09-23-2022

Big Grin