02-08-04 01:43 PM
Record count keeps track of how many times the record shows up in the
entire document. It is a 'global' count. To be selective, you'll need to
use a scripting functoid and create your own custom counter. To persist
count, you'll need to define a global variable and increment each time you
return a TRUE from your boolean functoid. That's how I usually go about it.
Sincerely,
Everett Yang
DSI - Microsoft BizTalk Server
This posting is provided “AS IS” with no warranties, and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
[ Post a follow-up to this message ]
|