Originally posted by Carefree There's a table mod that should help you out.
Could anyone tell me where this, below, should go in the inc_func_common.asp file? It's at the bottom of the post in the link Carefree shared above but it doesn't say where it's supposed to be added.
You must add the following function to inc_func_common.asp
function CountSubs(fString, fSubString) CountSubs = UBound(split(fString, fSubString)) end function
HuwR
27 March 2012, 02:53
you can add it anywhere in that file
Shaggy
27 March 2012, 06:25
Originally posted by HuwR
you can add it anywhere in that file
As long as it's not within another function or sub, of course!
MaGraham
10 September 2012, 23:49
I am just now getting to this Table Mod so I wanted to come back and let you guys know that this works PERFECT!