Re: Need Programming Algorithm

2006-12-07 Thread David Taylor
It's not pseudocode, but try these changes to Simon's algorithm. Make each list the same length (the maximum number of values for a property) and fill the unneeded indexes in each list with some unique marker. Test for the marker in each loop. When you find it, drop out of the current loop

Re: Code Samples: Tables or Graphic Frame?

2007-02-06 Thread David Taylor
I used to put code in graphic frames. Since moving to HTML delivery, however, they are in the text flow with a custom paragraph format. At 11:29 AM 2/6/2007, Neil Tubb wrote: Hi all, Just wondering how everyone else handles code samples.

Need Programming Algorithm

2006-12-07 Thread David Taylor
It's not pseudocode, but try these changes to Simon's algorithm. Make each list the same length (the maximum number of values for a property) and fill the unneeded indexes in each list with some unique marker. Test for the marker in each loop. When you find it, drop out of the current loop

Code Samples: Tables or Graphic Frame?

2007-02-06 Thread David Taylor
I used to put code in graphic frames. Since moving to HTML delivery, however, they are in the text flow with a custom paragraph format. At 11:29 AM 2/6/2007, Neil Tubb wrote: >Hi all, >Just wondering how everyone else handles code samples.