try { int idx = 0; while (true) { displayProductInfo(prodnums[idx]); idx++; } } catch (IndexOutOfBoundException ex) { }
   Cancel print job? 
OK | Cancel
And stories about "C-Pound".  Yes, geek humor.
OK | Cancel
try { int idx = 0; while (true) { displayProductInfo(prodnums[idx]); idx++; } } catch (IndexOutOfBoundException ex) { }
 
(c) Copyright 2009 null or empty All Rights Reserved.

