Help for this page

Select Code to Download


  1. or download this
    if NEW is in MAIN and passed "down", it works
    if NEW is in ROUTINE and passed "up", it fails
    
  2. or download this
    if new'd as 
    MAIN::object,          -> works in all "lower" routines
    if new'd as 
    MAIN::routineA::object -> does NOT work in MAIN