of course not, you copied the @error <> 0, but not the if statement. therefore you automagically makes error = err.. ya..
Code:
If @Error <> 0
? "Error " + @Error + " has been encountered"
EndIf
EndIf


Furthermore I advice you to do a lookup in the reference manual (link on startpage (www.kixtart.org)). It should be able to assist you some more :).


Edited by Björn (2007-01-04 04:24 PM)
_________________________
as long as it works - why fix it?
If it doesn't work - kix-it!