11-16-2024, 04:03 PM
BTW no word from our guy "l" but MS Outlook has seen fit to reclassify my Bank Statement as junk mail. Sure, to them it probably is.
b = b + ...
Anyone with free time want to help this guy?
|
11-16-2024, 04:03 PM
BTW no word from our guy "l" but MS Outlook has seen fit to reclassify my Bank Statement as junk mail. Sure, to them it probably is.
b = b + ...
11-16-2024, 04:04 PM
Well now that Mark's established it's his fault for this turning into a political thing, let's continue...
https://qb64phoenix.com/forum/showthread...5#pid29905
11-16-2024, 08:07 PM
Mr l has replied and is rewriting code comments into English from Spanish and sending later.
b = b + ...
Good, because we're not going to see Pete's Handy Dandy Spanish REM to English REM utility anytime pronto.
+1 for successful phishing expedition. You are now tied with Steve, amazing. Pete
11-16-2024, 08:43 PM
Wow thanks Pete, well he's still first in my book.
I sent a sample RA setup using UDT's here it is for you guys to follow along. It was likely posted here before: Code: (Select All) _Title "UDT to Random Access File Test" ' b+ 2021-12-24 I was thinking, hoping, we go through some theory and practice and he could work out the details in applying to his particular code but there is sure to be an unrelated detail to snag the transition.
b = b + ...
11-17-2024, 05:01 PM
Hi
I liked to post a my 2cent demo on UDT and Random File for database... Code: (Select All)
it follows the old fashion of GOSUB and GOTO but each GOSUB / RETURN can be switched into a SUB/END SUB with the right parameters. While ON ERROR GOTO cannot be converted into modern Subroutine. It shows the difference between Qbasic/QB45 and QB64pe: the news is that you can save and read a whole array to/from file in QB64pe.
11-17-2024, 06:25 PM
Back in the day, Random access, RA, files took place of need to create an array for the file.
The file acted as the array you could read/write to, so changes were made directly without UDT array which we didn't have then anyway, though we had "fields". I am starting to wonder if RA is best way to go these days. The longer you have the file open while processing, the more likely an error to occur eg a crash causing data corruption. Now that we do have UDT arrays, just load the file data into it and process from that then when done rewrite the data file. RA's are also nice if data file is HUGE! too big for UDT array?
b = b + ...
11-19-2024, 12:50 PM
Is the person in need of help still busy translating? It must be a tremendous text!
|
« Next Oldest | Next Newest »
|