Subject: [Request] Add current procedure's argument list to macro [Print This Page] Author:
bendeguzz Time: 2010-7-20 15:27 Subject: [Request] Add current procedure's argument list to macro
Hi!
I've been using this nice tool for programming for years now, but I'm missing a little feature. I do a lot of logging in my applications and I log every variable's value in every function, but now I have to write them in one-by-one, and it would be a big help if there were a macro which inserts the current procedure's/function's argument list.(Just like %ArgList% and %Arguments%, but not for the next procedure)