Is it possible to include more than one instance of self in the set of function arguments? As in
def functionForClass(self,firstArg, keyArg=self.stringProductingFunction()):
#do stuff, things
...
return
I keep getting errors with similar code, and was wondering if there was another way...
Hey all,
I'm trying to use a vbscript to do some matrix calculations in excel and having trouble figuring out how to apply the functions. When actually working in a workbook, you select the cells you need, type the array function (MINVERSE, eg), and then press control shift enter, but I can't...
I get syntax errors with this
select but
from
(select
bte.buildfile, max(bt.buildtime) as but
from buildtimeestimator bte, buildtime bt
where bte.buildfile=bt.buildfile
group by bte.buildfile)
while this
select
bte.buildfile, max(bt.buildtime) as but
from buildtimeestimator bte, buildtime...
I'm having some trouble with a scheduled package with SQL Server 2000. The package basically accesses and pumps data from an Access file that basically tracks usage of some machines, which I'd like to have a daily log of. As seems to be a pretty common problem, I'm able to execute the package...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.