PROMSGSThis example uses the PROMSGS function to determine whether the default message file (promsgs) is in use. If not, it uses the PROMSGS function again to display the name of the current message file.
IF PROMSGS = "promsgs" THENMESSAGE "Using default promsgs file.".ELSEMESSAGE "Using" PROMSGS.
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |