@function_name
Prefixing a function with an @ will hide any error message generated by thefunction. If a function will possibly fail, you can prefix it with the @,then check the return value to see if the function did infact work or not.
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.