Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfascloneenv()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfASCloneEnv()
This function creates clone an environment
------------------------------------------------------------------------------
Syntax:

     dfASCloneEnv( <cEnv>, <cNew> ) --> nError

Parameters:

     <cEnv>     Environment WIN400 in wich there is the dataarea
     <cNew>     New environment that must be create

Returns:

     <nError>   Error code. The function return 0 if the command succeeded

Description:

     This function creates a new environment WIN400 from an existing
     environment

Example:

     dfASCloneEnv( "dati", "new" )
     // Create the new environment "new"
     //  coping the environment "dati"

See also:

     dBsee4AS(), dfASDriver()

See Also: dBsee4AS() dfASDriver()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson