Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DECLARE LIBRARY at the end of your code?
#7
Depending on the kind of library, I like to put the declarations at the top, if multiple functions will be pulling from the same DLL. However, if I have tons of functions and each one can be used basically independent of another, then I will put the declarations of the libraries inside the functions themselves. That way it is a simple copy and paste from `Function` to `End Function`. Otherwise, no. I'm not putting declarations at the end of my code. Ugly as Hell.

P.S.
Did y'all remove the backtick formatting?
Tread on those who tread on you

Reply


Messages In This Thread
RE: DECLARE LIBRARY at the end of your code? - by SpriggsySpriggs - 10-18-2023, 11:07 AM



Users browsing this thread: 2 Guest(s)