[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_SnapFile()        Change the output file name VS_SnapShot()            NEW

Description:

  VS_SnapFile() allows you to change/read the current output file for
  VS_SnapShot().

Syntax:     

  c_CurrentFile = VS_SnapFile( [c_NewFile] )

Pass:       

  c_NewFile is an optional character expression that should contain
  the filename you want output from VS_SnapShot() to go to.

Return:     

  c_CurrentFile is a character expression that will contain the
  current filename for the output from VS_SnapShot().

Notes:      


Example:    

  c_Current = VS_SnapFile( "MYSNAP.LOG" )
     SOME_UDF()
  VS_SnapFile( c_Current )
  ...

Usage:      

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