VROBJ.DLL for VX-REXX Version 2.0
---------------------------------

Note:  To the best of our knowledge, this .DLL is compatible with 
       all correct VX-REXX 1.x software.  There is, however, an issue with
regard to VX-REXX 1.x software with syntax errors in them.  VX-REXX Version
2.0 has corrected a problem in VX-REXX 1.x that would allow calls to 
nonexistant objects to pass without an error.  If your application has these
calls, this code will break.  The VX-REXX Version 2.0 manual outlines that
there are two ways to get around this problem.  You can insert a call like

call VROptions "NoSyntax"

at the beginning of your code, or set an environment variable:

VXOptions=NoSyntax

Either way, you will regain the 1.x behaviour until you can correct your
code.
