friends Posted February 2, 2004 Posted February 2, 2004 how to use @ERROR in a statement ? would any one show me a simple example on how to use this ?? Thank you.
Helge Posted February 2, 2004 Posted February 2, 2004 (edited) Hi there "friends" ! Hope this little example here can help you : $file = FileFindFirstFile("*.bat") If @error = 1 Then MsgBox(16, "", "No files found..") Else MsgBox(64, "", "Found : " & $FILE) EndIf Exit Good luck, or GL as we Quakers say it ! Edited February 2, 2004 by Helge
Helge Posted February 3, 2004 Posted February 3, 2004 No problem, I'm glad to help ! If you need any more help, just ask !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now