Delete command...

Kenneth Brody kenbrody at bestweb.net
Thu Jul 1 10:45:22 PDT 2004


Chad McWilliams wrote:
> 
> Sorry for the dumb question, but are you able to use the delete command
> in @wlf processing?  When I try the following:
> 
> @wlfm   If:   m eq "d"
>         Then: delete; end
> 
> the record remains, even though the line executes.
> 
> If I instead do an escape and then issue the delete in the processing
> that gets called with the escape, the delete works correctly.
> 
> Am I missing something?

You're still updating the record.  filePro will wait until you are done
with the record, and then delete it.

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody at spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+




More information about the Filepro-list mailing list