PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: DataGet()[Next]: Debug()

DataSave()

This is a rexx function provided by PPWIZARD. This routine (like all PPWIZARD extensions) can be used with any operating system supported by PPWIZARD.

This function is used to save a value away using a 2 part key. If you wish you can make the first part constant. The value can be retrieved using the DataGet() function.

The function takes 3 parameters as follows:

  1. The Application Key.

  2. The Key.

  3. The data to store.

Note that there is no information returned by this function.

WARNING

Currently the value you save is kept between compiles, this is not the aim and will be corrected in a future release. Do not code anything that relies on this fact. If you use this routine you will need to consider if you can compile more than one source at a time.


[Top][Contents][Search][Prev]: DataGet()[Next]: Debug()

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Thursday January 17 2002 at 6:27pm