Select the correct use of the MsgGet function.

Select the correct use of the MsgGet function.

Select the correct use of the MsgGet function.

A.
MsgGet(“Text”);

B.
Error(MsgGet,”Text”);

C.
Error MsgGet(1040, 3, “Text”);

D.
Error MsgGet(“Text”, 1040, 3);

E.
MsgGet(Error, 1040, 3, “Text”);

F.
MsgGet(Set = 1040, Message = 3, Error, “Text”);

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *