Help for this page

Select Code to Download


  1. or download this
        if (formatPtr == NULL) {
            if ((formatObj != NULL) && !matched) {
    ...
            }
            return TCL_ERROR;
        }
    
  2. or download this
    
    use strict;
    ...
    $mw->update;
    MainLoop;