Message FunctionDisplays a message in an information box. The message can include one or more parameter values. SyntaxMessage(String [# String1 # String2 ..., Param1Name, Param2Name, ...] ) : Void The Message function takes one required argument and several optional arguments depending on whether parameter values are to be displayed in the message.
Use the "|" symbol to insert a carriage return in a message. ExampleMessage("External radius is: # | Internal Radius is: #", PartBody\Sketch.1\Radius.3\Radius, PartBody\Hole.1\Diameter)
|