Jump to content

API Scope.Rename: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import of API console/scope rename functions
 
JonnyW (talk | contribs)
XML import
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<sidebar>API Contents</sidebar>
 
<sidebar>API contents</sidebar>
Renames the given scope group, stream or buffer
Renames the given scope group, stream or buffer



Latest revision as of 15:57, 16 January 2014

<sidebar>API Contents</sidebar> Renames the given scope group, stream or buffer

Class hierarchy

Scope

Rename

Parameters

HANDLE Handle

A valid handle to a group, stream or buffer

STRING Name

The new name for the object


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Scope.Rename(handle, "name")

No additional examples