"; print ""; print '
Class Test Master
'; print "GETHOSTNAME: " . DgS::printAr(System::getHostName()) . "
"; print "GETPAGENAME(0): " . System::getPageName() . "
"; print "GETPAGENAME(1): " . System::getPageName(1) . "
"; print "GETPAGENAME(2): " . System::getPageName(2) . "
"; print "GETPAGENAMEARRAY: " . \CoreLibs\Debug\Support::printAr(System::getPageNameArray()) . "
"; // seting errro codes file upload print "FILEUPLOADERRORMESSAGE(): " . System::fileUploadErrorMessage(-1) . "
"; print "FILEUPLOADERRORMESSAGE(UPLOAD_ERR_CANT_WRITE): " . System::fileUploadErrorMessage(UPLOAD_ERR_CANT_WRITE) . "
"; // error message print $basic->log->printErrorMsg(); print "";