Hey landon,

shouldn't if !@ASCII be changed to if !$window(@ASCII) ?

Code:
 
alias test {
  window @test
  if !@test { echo -a window not present }
  else { echo -a window present }
}

/test --> window not present

Greets

Last edited by FiberOPtics; 02/06/04 12:33 PM.

Gone.