.Ap

Top  Previous  Next

The syntax for the .ap attribute is

 

Localfileidentifier.ap= value;

 

Where a value of

 

0causes the put file to overwrite (replace) the existing
1causes the information generated by the puts to be appended to the file.

 

My1.ap = 1;

Notes:

Any items put into the active put file from that point on will be added to the end of the existing file.
If the file does not exist, it will be created.