What is the difference between Msgbox Statement and MsgboxQ function?

Showing Answers 1 - 6 of 6 Answers

K Srinivas Reddy (KSR - ICFAI)

  • Jun 16th, 2005
 

There is no such function

  Was this answer useful?  Yes

Apurva

  • Aug 27th, 2005
 

MsgboxQ function is User defined function

  Was this answer useful?  Yes

Jyothi

  • Mar 2nd, 2006
 

Apurva,

Please give an example

  Was this answer useful?  Yes

nubi

  • Mar 7th, 2006
 

please tell me the diference between msgbox statement and msxbox funtion

  Was this answer useful?  Yes

Shankar

  • May 3rd, 2006
 

There is a differance.

Msgbox statement is only display the message.

Msgbox() function after displaying the message we pressing any button(yes,no,cncel)  then it returns the value.

Example for MsgBox function

   x= Msgbox ("Do you ant to delete." ,VBYesNO)

       if you press yes. The x value is 6      

        if you press No. The x value is 7

  Was this answer useful?  Yes

S.ARUMUGAKUMAR

  • May 19th, 2006
 

It is just like function and procedure.

Msgbox functions returns the value,but the statement displays just we type in " ".It does not return any value. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions