QB64 Phoenix Edition
QB64 is my "go to" language when writing quick programs for file manipulation - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Programs (https://qb64phoenix.com/forum/forumdisplay.php?fid=7)
+---- Thread: QB64 is my "go to" language when writing quick programs for file manipulation (/showthread.php?tid=3610)

Pages: 1 2


RE: QB64 is my "go to" language when writing quick programs for file manipulation - OldMoses - 04-15-2025

What better way to celebrate our GOTO, non-French language than with a round of two fisted drinking?


RE: QB64 is my "go to" language when writing quick programs for file manipulation - mdijkens - 04-16-2025

I'm with TS 100%
Used it last week for a customer with an old generated website with 1500+ pages; they'd lost the engine behind it and wanted to repurpose.
Wrote a program to go over all pages, stripping out obsolete scripts and parts, replacing js/css modules and refactor all links
(see my topic on replace$() how I improved performance with _mem)

For some reason or another I run into these situations a lot with my customers: They have dumps/exports/files in one format and need complex refactoring to another format.
QB64pe is my hero for this