On Friday 04 January 2008 18:03:30 bilal ghayyad wrote: > Is there a method to use OR and AND operator with > GotoIf, so I can make better logical expression? $[(${a} = 2) | (${b} = 3)] $[(${a} = 3) & (${b} = 4)] -- Tilghman