This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
function calc( a, k ){ | |
s = getTickCount(); | |
dump(a); | |
st = {}; | |
for (var aa in a){ | |
if (!structKeyExists(st, aa)) | |
st[aa] = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
function calc( a, k ){ | |
s = getTickCount(); | |
dump(a); | |
st = {}; | |
for (var aa in a){ | |
if (!structKeyExists(st, aa)) | |
st[aa] = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
writedump(prorate(formula="ot15/173*&salary")); | |
Function prorate(formula,code){ | |
Var local={}; | |
Local.qgetcomp = getcomp(code); | |
Local.resword = listtoarray(formula,"()+/* "); | |
return local.resword; | |
}; | |
function getcomp(arg){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
writedump(prorate(formula="ot15/173*&salary")); | |
Function prorate(formula,code){ | |
Var local={}; | |
Local.qgetcomp = getcomp(code); | |
Local.resword = listtoarray(formula,"()+/* "); | |
return local.resword; | |
}; | |
function getcomp(arg){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
writedump(prorate(formula="ot15/173*&salary")); | |
Function prorate(formula,code){ | |
Var local={}; | |
Local.qgetcomp = getcomp(code); | |
Local.resword = listtoarray(formula,"()+/* "); | |
return local.resword; | |
}; | |
function getcomp(arg){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
writedump(prorate(formula="ot15/173*&salary")); | |
Function prorate(formula,code){ | |
Var local={}; | |
Local.qgetcomp = getcomp(code); | |
Local.resword = listtoarray(formula,"()+/* "); | |
return local.resword; | |
}; | |
function getcomp(arg){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
writedump(prorate(formula="ot15/173*&salary")); | |
Function prorate(formula,code){ | |
Var local={}; | |
Local.qgetcomp = getcomp(code); | |
Local.resword = listtoarray(formula,"()+/* "); | |
return local.resword; | |
}; | |
function getcomp(arg){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
writedump(prorate(formula="ot15/173*&salary")); | |
Function prorate(formula,code){ | |
Var local={}; | |
Local.qgetcomp = getcomp(code); | |
Local.resword = listtoarray(formula,"()+/* "); | |
return local.resword; | |
}; | |
function getcomp(arg){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
writedump(prorate("a")); | |
Function prorate(arg){ | |
Var local={}; | |
Local.qgetcomp = getcomp(arg); | |
return true; | |
}; | |
function getcomp(arg){ | |
Var local ={}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
</cfscript> |
NewerOlder