ReleaseUpdateScripts releaseUpdateScripts;
Counter total;
Counter invalid;
;
while select ClassID
from releaseUpdateScripts
group by ClassID
{
total++;
if (classid2name(releaseUpdateScripts.ClassID) == '')
{
info(int2str(releaseUpdateScripts.ClassID));
invalid++;
}
}
info(strfmt(@"Found %1 invalid classIds out of %2", invalid, total));
No comments:
Post a Comment
Thank you for your thoughts. Your comment will appear in my blog shortly after review.
Have a great day!