SHOW RAW

 

Syntax:

 

       Then: SHOW RAW exp
       

Where "exp" is an expression containing the message to display.

 

Version Ref:  5.0.6

 

Description:

Sends the text with no interpretation or formatting by filepro. This allows easier access to the filePro SHOW function when using terminal emulator features as provided by FACETWIN since the sequences sent are not manipulated by filePro.

Example:

SHOW RAW chr("27") & "[2]start winword " & filename & "'" & CHR("13")

The above would send an escape sequence conatining text ending with a carriage return to the screen.