CurrentRecord (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (UL Interface becomes SOUL Interface)
 
Line 21: Line 21:
==See also==
==See also==
{{Template:FastUnloadTask:CurrentRecord footer}}
{{Template:FastUnloadTask:CurrentRecord footer}}
[[Category:Fast/Unload User Language Interface]]
 
[[Category:Fast/Unload SOUL Interface]]

Latest revision as of 20:44, 16 March 2015

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


Syntax

%string = fastUnloadTask:CurrentRecord

Syntax terms

%string A Longstring variable to contain the current record contents.
fastUnloadTask A FastUnloadTask object variable.

Usage notes

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

See also