Hi All; Is there a method to use OR and AND operator with GotoIf, so I can make better logical expression? Regards Bilal ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
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