I get a syntax error: int is a reserved identifier.
int counterText = 0 ;
int threshold = 100 ;

I am assuming that int s/b 
var counterText = 0 ;
var threshold = 100 ;

all it returns is 000.  Also, my FP software keeps on getting fatal errors
and crashing after composing about 40 records.  Also if I cancel composing
it gives me a the same fatal error.  I don't know if it is the software
crashing or my script.

I am wondering if something like this will work?  I know the syntax is not
correct but I think this is the concept.

var r = CurrentRecordNumber();
while (r > 100) r -= r;
while (r < 100) r -= 100;
return Right("000" + ((r - 1) + 1), 3);
return Right("000" + ((r - 1) + 100), 3);


--
Users of FusionPro Desktop have unlimited free email support. Contact Printable 
Support at [EMAIL PROTECTED] 
--
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm

--
You are currently subscribed to fusionpro as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--


--
Note:  All e-mail sent to or from this address will be received or otherwise 
recorded by the e-mail recipients of this forum. It is subject to archival, 
monitoring or review by, and/or disclosure to someone other than the recipient. 
Our privacy policy is posted on www.printplanet.com
--

Reply via email to