Quote:
Is there a way to invoke that kinda "processing" in the scoring engine?


Sorry, I had it in there but removed it because there was just to much "Crap" on the screen.

It was something like
 Code:
    case $sInputResult=$sOutput
      $iPass=$iPass+1
      if $verbose=2
        color "g+"
        ? $sSection
        ? "Input: " + $sInput
        if $sVinput<>""
          ? "VerboseInput:" + $sVinput
        endif
        ? " INIResult: " + $sOutput
        if $sVOutput<>""
          ? "VerboseInput:" + $sVOutput
        endif
        ? "YourResult: " + $sInputResult
        ?
        color $ocolor
      endif


Edited by Allen (2011-11-06 10:40 PM)