PrintInfo

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface >

PrintInfo

Description

Prints in the status bar of the hosting application a specified string.

Syntax

call DBWShell("PrintInfo String")

Parameters

String

a the message to display

Example

DBWShell("PrintInfo " & replace("Remember to use always the replace function ! ! !"," ","|"))