[ic] maximum order number?

Glenn McCalley glenn at bnetmd.net
Fri Aug 21 17:42:23 UTC 2009



> Quoting Glenn McCalley (glenn at bnetmd.net):
>> Hi all,
>> So what happens when IC hits the maximum order number?
>> I.e. ABC99999
>> 
> Easy to find out.
> 
>    my $on = 'ABC99999';
>    $on++;
>    print $on;
> 
> That yields:
> 
>    ABD00000
> 
Oh wow should have thought of that, C + 1 = D
Thanks Mike,
Glenn.

> -- 
> Mike Heins
> Perusion -- Expert Interchange Consulting    http://www.perusion.com/
> phone +1.765.328.4479  <mike at perusion.com>
> 
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
> 
>




More information about the interchange-users mailing list