CurrentRecord (FastUnloadTask function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:FastUnloadTask:CurrentRecord subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
[[Category:FastUnloadTask methods|CurrentRecord function]]
<p>
<var>CurrentRecord</var> is a member of the <var>[[FastUnloadTask class|FastUnloadTask]]</var> class.
</p>




Line 10: Line 5:
as a longstring.
as a longstring.
==Syntax==
==Syntax==
<p class="syntax">%ls = %funtask:CurrentRecord
{{Template:FastUnloadTask:CurrentRecord syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 21: Line 15:


</td></tr></table>
</td></tr></table>
==Usage Notes==
==Usage notes==


<var>CurrentRecord</var> can only be called when
<var>CurrentRecord</var> can only be called when
''%funtask'' is in the <var>HaveRecord</var> state.
''%funtask'' is in the <var>HaveRecord</var> state.
If called in any other state, the request is cancelled.
If called in any other state, the request is cancelled.
==See also==
{{Template:FastUnloadTask:CurrentRecord footer}}

Revision as of 20:39, 29 April 2011

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