Using Mag Box we can check the value with in function.
This action is used to Display a message box to the user. It comes back to the original screen on
the pressing of a key. This can be used by the programmers to display intermediate values of
variables during calculations, thus helping in error diagnosis.
Syntax
MSG BOX:::
This action is used to Display a message box to the user. It comes back to the original screen on
the pressing of a key. This can be used by the programmers to display intermediate values of
variables during calculations, thus helping in error diagnosis.
Syntax
MSG BOX:
Where,
expression as well, i.e., the variable values can be concatenated and displayed along with the
message in the display area of the box.
yBack Flag> indicates if the background window is to be greyed out during message
display. It takes two values, i.e., YES/NO
Example:
01: MSGBOX:”Return Value”:##Factorial
Skip to main content
Comments
Post a Comment