Procedure Message displays a floating message palette onscreen. Parameters z1 thru zN specify the values to be displayed in the palette. Parameters can be any supported data type or variables.
If Message is called and the palette is already displayed, the value in the palette will be replaced by the new information.
PROCEDURE Message(z : ANY);def vs.Message(z):
return None| Name | Type | Description |
|---|---|---|
| z | ANY |
Message('Hello, world');
Message('The Number of objects was :',theNumber);
{displays a string using the variable value}Availability: from All Versions