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: