Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WITH/END WITH?
#17
(11-21-2025, 07:16 PM)bobalooie Wrote: Back in my VB6 days I would frequently make use of a WITH/END WITH block when I had UDTs with a lot of members. I believe it's still available in the Visual Studio flavor as well. How difficult would it be to implement this in QB64PE?
I'm late to this thread but I'll be honest, I always hated WITH and when I come across code using it that I plan on working with a lot, I take them out add the actual variable names in front of the ".". 
Why? Because it obfuscates the code, for me at least. I prefer to be able to know what a given line of code is doing with as little work as possible. I get that compilers might generate more "efficient" code and all that, but I haven't seen WITH improve performance in any noticable way, but removing it has made visualizing what the code is doing a lot easier for me.
Reply


Messages In This Thread
WITH/END WITH? - by bobalooie - 11-21-2025, 07:16 PM
RE: WITH/END WITH? - by hsiangch_ong - 11-22-2025, 12:41 AM
RE: WITH/END WITH? - by Pete - 01-19-2026, 04:32 PM
RE: WITH/END WITH? - by bplus - 01-19-2026, 05:25 PM
RE: WITH/END WITH? - by bobalooie - 01-27-2026, 02:44 AM
RE: WITH/END WITH? - by Pete - 01-19-2026, 05:34 PM
RE: WITH/END WITH? - by NakedApe - 01-19-2026, 06:21 PM
RE: WITH/END WITH? - by bplus - 01-19-2026, 06:39 PM
RE: WITH/END WITH? - by Pete - 01-19-2026, 06:40 PM
RE: WITH/END WITH? - by hsiangch_ong - 01-20-2026, 02:30 PM
RE: WITH/END WITH? - by bplus - 01-20-2026, 02:44 PM
RE: WITH/END WITH? - by Magdha - 01-20-2026, 04:10 PM
RE: WITH/END WITH? - by SMcNeill - 01-20-2026, 05:54 PM
RE: WITH/END WITH? - by bplus - 01-20-2026, 05:47 PM
RE: WITH/END WITH? - by hsiangch_ong - 01-21-2026, 02:39 AM
RE: WITH/END WITH? - by madscijr - 01-21-2026, 11:14 PM
RE: WITH/END WITH? - by bobalooie - 01-27-2026, 01:55 AM
RE: WITH/END WITH? - by madscijr - 01-27-2026, 04:38 AM
RE: WITH/END WITH? - by SMcNeill - 01-27-2026, 02:04 AM
RE: WITH/END WITH? - by bobalooie - 01-27-2026, 02:56 AM
RE: WITH/END WITH? - by Pete - 01-27-2026, 04:51 AM
RE: WITH/END WITH? - by madscijr - 01-27-2026, 05:02 AM
RE: WITH/END WITH? - by luke - 01-27-2026, 08:52 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question What happened to end year holiday season code? mnrvovrfc 5 1,071 12-27-2023, 02:39 PM
Last Post: GareBear
  So... I *think* I found the cheese at the end of the maze? MrCreemy 11 2,066 12-30-2022, 11:24 AM
Last Post: JRace

Forum Jump:


Users browsing this thread: 1 Guest(s)