[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_Text()            Display a message in a window                        CHG

Description:

  VS_Text() displays a message in window, centered on the screen.

Syntax:     

  VS_Text( n_Palette, c_Line1 [, c_Line2 [, c_Line3 [, c_Line4 [,
  c_line5 [, c_Line6 [, c_Line7 [, c_Line8 [,  c_Line9 [, c_Line10
  ]]]]]]]]])

Pass:       

  n_Palette is a numeric value representing the palette number for
  this window.

  c_Line1 is a character expression containing the first line of the
  message to display.

  c_line2 ... c_Line10 are optional character expressions, each
  containing another line of the message to display.

Return:     

  VS_Text() always returns NIL

Notes:      


Example:    

  VS_Tell(2,"Please wait while printing...")
     DO RPT_PRG
  VS_EndText()

Usage:      

  VS_Text() is a handy method of displaying a message to the user that
  replaces the overhead associated with using VS_Msg().

See Also: VS_EndText() VS_Msg() VS_Wind() VS_Title() VS_FootNote()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson