I would say that this is where a more functional programming approach may be neater. That way you can hide all the nastyness away in small functions elsewhere and then just stick a suspiciously tidy looking map() in the main Execute.
On 4 March 2013 18:02, Eric Thivierge <[email protected]> wrote: > > On Mon, Mar 4, 2013 at 12:58 PM, Peter Agg <[email protected]>wrote: > >> Prepare yourself for some ugly, ugly code when it comes to ICE! Nice long >> command names as well. :) > > > Indeed. A mix of OM and commands is necessary. You can query ports via OM > but you'll need to use commands to connect stuff. Have fun you'll find it > to be frustrating. > > -------------------------------------------- > Eric Thivierge > http://www.ethivierge.com >

