&&getScope: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the scope of the specified routine from the SOUL call stack, -1 if routine not found or we ar...")
 
No edit summary
 
Line 4: Line 4:
|width="50%"|
|width="50%"|
<span class="f_Para">Returns the scope of the specified routine from the SOUL call stack, -1 if routine not found or we are not executing a program.</span>
<span class="f_Para">Returns the scope of the specified routine from the SOUL call stack, -1 if routine not found or we are not executing a program.</span>
 


'''Syntax:'''  
'''Syntax:'''  

Latest revision as of 20:27, 18 August 2022

Action:

Returns the scope of the specified routine from the SOUL call stack, -1 if routine not found or we are not executing a program.

Syntax:

&&getScope(routineName)

Introduced: Build 69