[ic] maximum order number?

Mike Heins mike at perusion.com
Fri Aug 21 17:35:01 UTC 2009


Quoting Glenn McCalley (glenn at bnetmd.net):
> Hi all,
> So what happens when IC hits the maximum order number?
> I.e. ABC99999
> 
> Looking at the CounterFile.pm I -think- it would just add another digit ( 
> ABC100000 ) but thought I'd better not assume...

Easy to find out.

    my $on = 'ABC99999';
    $on++;
    print $on;

That yields:

    ABD00000

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.328.4479  <mike at perusion.com>

How far can you open your mind before your brains fall out?



More information about the interchange-users mailing list