wwScripting::ExecScript

This method is used to execute a script template using the FoxPro ExecScript command. This method can accept input from a file or from a string that holds the ASP style template.

o.ExecScript(lcTemplate as string, llIsCodeString)

Parameters

lcTemplate as String
The filename of the ASP style template.

llIsCodeString as Boolean
Optional - If .T. flags that lcTemplate is the content of of a template rather than the filename.


See also:

Class wwScripting

© West Wind Technologies, 1996-2022 • Updated: 12/22/16
Comment or report problem with topic