
glenn at bnetmd
Aug 21, 2009, 10:42 AM
Post #3 of 3
(569 views)
Permalink
|
> 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
|