MsgInfo()
Shows a Message Box With An Information Icon

 

 

 

Syntax:

 

 

      MsgInfo ( <xData> , [<cTitle>] ) --> Nil

 

       xData --> any data type or an array of any data type

-    Example:

MsgInfo ( { "Today is: ", DATE(), " - ", TIME() } , "Title")

MsgInfo ( .T., "Title")

MsgInfo ( 33 )