Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Interchange: users

maximum order number?

 

 

Interchange users RSS feed   Index | Next | Previous | View Threaded


glenn at bnetmd

Aug 21, 2009, 10:28 AM

Post #1 of 3 (630 views)
Permalink
maximum order number?

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...

Thanks,
Glenn.



_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


mike at perusion

Aug 21, 2009, 10:35 AM

Post #2 of 3 (569 views)
Permalink
Re: maximum order number? [In reply to]

Quoting Glenn McCalley (glenn [at] bnetmd):
> 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>

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

_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


glenn at bnetmd

Aug 21, 2009, 10:42 AM

Post #3 of 3 (569 views)
Permalink
Re: maximum order number? [In reply to]

> Quoting Glenn McCalley (glenn [at] bnetmd):
>> 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>
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users [at] icdevgroup
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users

Interchange users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.