$Listimg Copy: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(26 intermediate revisions by 3 users not shown)
Line 2: Line 2:
<span class="pageSubtitle">Copy a $list's image association</span>
<span class="pageSubtitle">Copy a $list's image association</span>


<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Listimg_Copy function is the [[CopyImageBinding (Stringlist subroutine)]].</p>
<p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Listimg_Copy function is <var>[[CopyImageBinding (Stringlist subroutine)|CopyImageBinding]]</var>.</p>


This function always returns a 0 indicating that the target $list is now associated with the same image as the source $list.  
This function always returns a 0 indicating that the target $list is now associated with the same image as the source $list.  


The $Listimg_Copy function accepts two arguments and returns a 0. It is a callable $function (see [[Calling Sirius Mods $functions]]).  
The $Listimg_Copy function accepts two arguments and returns a 0. It is a [[Calling Sirius Mods $functions|callable]] $function.  


The first argument is the target $list identifier. This is a required argument.  
The first argument is the target $list identifier. This is a required argument.  
Line 13: Line 13:


==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" />[%RESULT =] $Listimg_Copy(target_list_id, source_list_id)
<p class="syntax">[%RESULT =] $Listimg_Copy(target_list_id, source_list_id)
<section end="syntax" /></p>
<p class="caption">$Listimg_Copy Function
</p>
</p>
<p class="caption">%result is always set to 0.</p>
 
<p class="code">  
<p><var class="term">%result</var> is always set to 0.</p>
All errors cause request cancellation
<p>
</p>
If either the target or source $list identifier is missing or invalid, the request is cancelled. </p>
<p class="caption">$ListImg Error Codes
<p>All errors cause request cancellation.
</p>
</p>


If either the target or source $list identifier is missing or invalid, the request is cancelled.  
==Usage notes==
<ul>
<li><var>$Listimg_Copy</var> does not affect the contents of either the target or source $list; it simply changes the current image association of the target $list. If the source $list has no image association, $Listimg_Copy removes any image association from the target $list.
</ul>


<var>$Listimg_Copy</var> does not affect the contents of either the target or source $list; it simply changes the current image association of the target $list. If the source $list has no image association, $Listimg_Copy removes any image association from the target $list.<p>
==Products authorizing {{PAGENAMEE}}==
 
<ul class="smallAndTightList">
<h2>Products authorizing {{PAGENAMEE}}</h2><ul class="smallAndTightList">
<li>[[List of $functions|Sirius functions]]</li>
<li>[[Sirius functions]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[[Janus Open Client]]</li>
<li>[[Media:JoclrNew.pdf|Janus Open Client]]</li>
<li>[[Janus Open Server]]</li>
<li>[[Media:JosrvrNew.pdf|Janus Open Server]]</li>
<li>[[Janus Sockets]]</li>
<li>[[Janus Sockets]]</li>
<li>[[Janus Web Server]]</li>
<li>[[Janus Web Server]]</li>
<li>[[Japanese functions]]</li>
<li>Japanese functions</li>
<li>[[Sir2000 Field Migration Facility]]</li>
<li>[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]</li>
 
</ul>
</ul>
   
   
</p>
<p>
</p>
[[Category:$Functions|$Listimg_Copy]]
[[Category:$Functions|$Listimg_Copy]]

Latest revision as of 22:51, 20 September 2018

Copy a $list's image association

Note: Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Listimg_Copy function is CopyImageBinding.

This function always returns a 0 indicating that the target $list is now associated with the same image as the source $list.

The $Listimg_Copy function accepts two arguments and returns a 0. It is a callable $function.

The first argument is the target $list identifier. This is a required argument.

The second argument is the source $list identifier. This is a required argument.

Syntax

[%RESULT =] $Listimg_Copy(target_list_id, source_list_id)

%result is always set to 0.

If either the target or source $list identifier is missing or invalid, the request is cancelled.

All errors cause request cancellation.

Usage notes

  • $Listimg_Copy does not affect the contents of either the target or source $list; it simply changes the current image association of the target $list. If the source $list has no image association, $Listimg_Copy removes any image association from the target $list.

Products authorizing $Listimg_Copy