Hi Friedrich (me again!)<g>

Got a MS Update which is returning a SBErrorcode of 259 when its installed
itself.
Now I've modified the script like so
If %_SB_ERRORCODE% Does Not Equal "0" Or %_SB_ERRORCODE% Does Not Equal
"259" Then
Throw message
END
I've also tried
If %_SB_ERRORCODE% Does Not Equal "259" Or %_SB_ERRORCODE% Does Not Equal
"0" Then

But its still showing throwing the error message.

Have I got my logic wrong somewhere or do I need to wrap the numbers with
quotes or apostrophes?<g>

The only other thing I'm wondering is as SB is written in Clarion and when
doing a filter for example testing for a zero you have to do (var*1)=0 so
maybe its this or Clarions loose typing thats at play here?
For an example of the (var*1)=0 problem see the post in C.L.C 20th Nov 09,
3:09am Filter on Browse acting strange by Bob R.

Cheers

Richard