CurrentRecord (FastUnloadTask function)

From m204wiki
Revision as of 20:39, 29 April 2011 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

Return current record from Fast/Unload as Longstring (FastUnloadTask class)


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

Syntax

%string = fastUnloadTask: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.

See also