[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_FootNote()        Sets the footnote for VS_Text()                      NEW

Description:

  VS_FootNote() sets the footnote that VS_Text() will use for the
  windows on subsequent calls.

Syntax:     

  c_OldFootNote = VS_FootNote( c_NewFootNote )

Pass:       

  c_NewFootNote is a character expression that should contain the
  footnote that you want VS_Text() to use for the windows.

Return:     

  c_OldFootNote is a character expression that will contain the old
  footnote that VS_Text() used for windows.

Notes:      

  When VS_Text() is first called c_NewFootNote is assumed to be a
  null string.

Example:    

  c_OldFootNote = VS_FootNote( "Bop a key when ready" )
  VS_Text( 3, "Any day now!" )
     ...
  VS_EndText()
  VS_FootNote( c_OldFootNote )  // Restore it!
  ...

Usage:      

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