str-var = Get_Msg$


Operands:

none



Returns:


Contains the text of the last message issued by an SPFLite interface function. If a non-successful Return code had been issued by a function, the message associated with that error can be fetched with this function call.


Get_Msg$ and Get_RC do not themselves modify the function-level RC or Message status values, but simply report them. That is, Get_Msg$ and Get_RC do not have, or set, function-level status values of their own, but only return the last RC or Message value set by some other SPFLite interface function.


Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?