2016-09-17 0:13 GMT+02:00
Dr. Hawkins :
I need to catch every instance of
>
> getVal(a,b,c)
>
> and change them to
>
> getVal(a,b,c,dbtr)
>
> (and similarly to find when called with one or two arguments)
>
> dbtr is the variable name I want to pass.
>
​Here is one way to do it.
*on* mouseUp
*
As I move to multiple open debtors, I'm having small but consistent and
numerous changes.
I need to catch every instance of
getVal(a,b,c)
and change them to
getVal(a,b,c,dbtr)
(and similarly to find when called with one or two arguments)
a can actually be a combination of letters and number