EnableExplicit generator?

Everything else that doesn't fall into one of the other PB categories.
AZJIO
Addict
Addict
Posts: 2190
Joined: Sun May 14, 2017 1:48 am

Re: EnableExplicit generator?

Post by AZJIO »

I made a tool for AutoIt3 to declare variables for a procedure. This allowed us to write a function without thinking, and then the script tool would find all the variables in the procedure and output the finished line to the clipboard, simultaneously showing a message which of the specified variables should be contained in the global space.
But in PureBasic I can't do that because it's harder to define what a variable is. Although you can try to simplify the task by at least 90%.
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: EnableExplicit generator?

Post by davido »

@BarryG,
https://www.purebasic.fr/english/viewto ... 39#p282239
Have you looked at the above link to DecMaker bye luis.
It was written in 2009. luis writes great code so it may well still work.
DE AA EB
Post Reply