Function:
Changes the text message in a dialog box that was previously displayed using the ShowInfo command.
Syntax:
ChangeInfo <Text Message> <ID Number>
Example:
ChangeInfo "This is a message." 10
Notes:
The ID number is used to identify the message window when it was created with the ShowInfo command. This allows you to have a window on the screen which is being changed, for example during execution, showing progress information or other info.