VisKProg HELP - MsgBox function - Example

Back

ans = MsgBox ( "Really quit ?" , 2, "Exit ?" );

If ans == 1 Then
    Exit();


© 2000 by Christoph Pinkel