How to display a simple message box

Go to Development > Script dictionary > Script editor

1. Type code below  in editor

#start here

Infbox "hello World"

End

###end here

2. Click compile

3. Click Run , BOOM.....a "Hello World" message is displayed.