Quoth the section on RAWMODE from the 'on MODE' help file page, 'The $modefirst and $modelast identifiers return $true or $false depending on whether the event is the first or last to trigger.' I attempt to use these newfound identifiers, without success. Example script:
Code:
on @1:RAWMODE:*:{
  echo -a > $modefirst > $modelast
}

Using that just sends '> >' to the active window. There's no $true or $false returned as indicated by the help file page. I'm pretty sure I'm using them correctly, so I'm assuming it is a bug.


Acquire. Analyze. Adapt.