CurrentRecord (FastUnloadTask function)

From m204wiki
Revision as of 15:27, 29 April 2011 by 198.242.244.47 (talk) (Created page with " <span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> CurrentRecord function <p> <var>CurrentRecord</var> is a m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/><section end=dpl_desc/>

CurrentRecord is a member of the FastUnloadTask class.


This method returns the contents of the current record from the Fast/Unload task as a longstring.

Syntax

%ls = %funtask:CurrentRecord

Syntax terms

%ls A longstring variable to contain the current record contents.
%funtask An instantiated FastUnloadTask object variable.

Usage Notes

CurrentRecord can only be called when %funtask is in the HaveRecord state. If called in any other state, the request is cancelled.