Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
You never CALL
#1
So when it comes to subs and functions, which convention do you employ?

CALL MySub(Parameters)

or...

MySub Paramenters

Certainly the later is less typing. It also looks neater. That stated, I almost always write apps with 20 to 30 sub routines and maybe 40+ calls. For the simple reason of ease of search, I use the CALL convention. F3, type "CALL" and check match case and whole word. Easy peasy.

I have a feeling I'm going to be in the minority on this one, but let's find out.

So which convention do you prefer?

Pete

- You can CALL me Betty, and Betty when you CALL me you can CALL me Al, CALL me Al...
Reply


Messages In This Thread
You never CALL - by Pete - 12-01-2022, 04:37 PM
RE: You never CALL - by bplus - 12-01-2022, 05:05 PM
RE: You never CALL - by Pete - 12-01-2022, 05:18 PM
RE: You never CALL - by bplus - 12-01-2022, 05:22 PM
RE: You never CALL - by CharlieJV - 12-01-2022, 05:58 PM
RE: You never CALL - by James D Jarvis - 12-01-2022, 07:54 PM
RE: You never CALL - by CharlieJV - 12-01-2022, 08:03 PM
RE: You never CALL - by Pete - 12-01-2022, 08:53 PM
RE: You never CALL - by James D Jarvis - 12-01-2022, 09:11 PM
RE: You never CALL - by Pete - 12-01-2022, 09:53 PM
RE: You never CALL - by Kernelpanic - 12-01-2022, 11:16 PM
RE: You never CALL - by mnrvovrfc - 12-02-2022, 12:23 AM
RE: You never CALL - by Pete - 12-01-2022, 11:24 PM
RE: You never CALL - by mnrvovrfc - 12-02-2022, 12:15 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How Many Years Until QB64ers are CALL OBSOLETE? Pete 62 3,823 02-20-2026, 03:15 AM
Last Post: bert22306
  Call by reference / value Kernelpanic 3 907 11-28-2023, 03:41 AM
Last Post: TerryRitchie
  Call a video from QB64 Kernelpanic 3 908 09-02-2022, 05:35 PM
Last Post: Kernelpanic
  QB64 0.8.1 - File call error message. Kernelpanic 2 875 06-11-2022, 11:16 PM
Last Post: Kernelpanic

Forum Jump:


Users browsing this thread: