14 May
2004
14 May
'04
4:54 p.m.
I am starting out with this in my script RESPONSE = context.REQUEST.RESPONSE success = 0 for id in context.objectIds(): success = success + 1 return success All this does is count the contents in the folder. However, how do you specify what content to count. For instance, I do not want this script to count itself in the folder contents but I want it to include everything else. Any suggestions? Thanks, Laura