$Lstr Global and $Lstr Session: Difference between revisions
(Automatically generated page update) |
(Automatically generated page update) |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<span class="pageSubtitle">$Lstr_Global and $Lstr_Session: Bind to global/session longstring</span> | <span class="pageSubtitle">$Lstr_Global and $Lstr_Session: Bind to global/session longstring</span> | ||
<p class=" | <p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented methods. There is no direct OO equivalent for the $Lstr_Global and $Lstr_Session functions because setting Longstrings as session or global variables can be accomplished on the declarations.</p> | ||
This function binds a longstring %variable to a global or session longstring. That is, the longstring %variable assumes the value of the global or session longstring and any changes to the longstring %variable are reflected in the global or session longstring. The global or session longstring could be one that already existed because of a previous <var>$Lstr_Global</var>, <var>$Lstr_Session</var>, <var>[[$Lstr_Global_Get and $Lstr_Session_Get|$Lstr_Global_Set]]</var>, or <var>[[$Lstr_Global_Get and $Lstr_Session_Get|$Lstr_Session_Set]]</var> call. | This function binds a longstring %variable to a global or session longstring. That is, the longstring %variable assumes the value of the global or session longstring and any changes to the longstring %variable are reflected in the global or session longstring. The global or session longstring could be one that already existed because of a previous <var>$Lstr_Global</var>, <var>$Lstr_Session</var>, <var>[[$Lstr_Global_Get and $Lstr_Session_Get|$Lstr_Global_Set]]</var>, or <var>[[$Lstr_Global_Get and $Lstr_Session_Get|$Lstr_Session_Set]]</var> call. | ||
==Syntax== | ==Syntax== | ||
<p class="syntax"><span class="term">%rc</span> = <span class="literal">$Lstr_Global</span>(<span class="term"> | <p class="syntax"><span class="term">%rc</span> = <span class="literal">$Lstr_Global</span>([<span class="term">gname</span>], <span class="term">lstr</span>, [<span class="term">options</span>]) | ||
</p> | </p> | ||
<p class=" | <p class="syntax"><span class="term">%rc</span> = <span class="literal">$Lstr_Session</span>([<span class="term">gname</span>], <span class="term">lstr</span>, [<span class="term">options</span>])</p> | ||
%rc = $Lstr_Session([gname], lstr, [options])</p> | |||
===Syntax terms=== | ===Syntax terms=== | ||
Line 67: | Line 66: | ||
<li><var>$Lstr_Global</var> and <var>$Lstr_Session</var> have independent namespaces. That is, the same name used for <var>$Lstr_Global</var> and <var>$Lstr_Session</var> references different longstrings. A <var>$Lstr_Session</var> call when there is no session open causes a request cancellation. | <li><var>$Lstr_Global</var> and <var>$Lstr_Session</var> have independent namespaces. That is, the same name used for <var>$Lstr_Global</var> and <var>$Lstr_Session</var> references different longstrings. A <var>$Lstr_Session</var> call when there is no session open causes a request cancellation. | ||
<li>You can clean up any global longstrings with <var>[[$Lstr_Global_Del]]</var>, which can be issued whether or not a name was referenced in the current procedure with a <var>$Lstr_Global</var>. You can clean up any session longstrings with <var>$Lstr_Session_Del</var>, which can be issued whether or not a name was referenced in the current procedure with a <var>$Lstr_Global</var>. | <li>You can clean up any global longstrings with <var>[[$Lstr_Global_Del]]</var>, which can be issued whether or not a name was referenced in the current procedure with a <var>$Lstr_Global</var>. You can clean up any session longstrings with <var>[[$Lstr_Session_Del]]</var>, which can be issued whether or not a name was referenced in the current procedure with a <var>$Lstr_Global</var>. | ||
</ul> | </ul> | ||
Line 79: | Line 78: | ||
==Products authorizing $Lstr_Global and $Lstr_Session== | ==Products authorizing $Lstr_Global and $Lstr_Session== | ||
<ul class="smallAndTightList"> | <ul class="smallAndTightList"> | ||
<li>[[Sirius functions]]</li> | <li>[[List of $functions|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> | <li>Japanese functions</li> | ||
<li>[[Sir2000 Field Migration Facility]]</li> | <li>[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]</li> | ||
</ul> | </ul> | ||
[[Category:$Functions|$Lstr_Global and $Lstr_Session]] | [[Category:$Functions|$Lstr_Global and $Lstr_Session]] |
Latest revision as of 22:52, 20 September 2018
$Lstr_Global and $Lstr_Session: Bind to global/session longstring
Note: Many $functions have been deprecated in favor of Object Oriented methods. There is no direct OO equivalent for the $Lstr_Global and $Lstr_Session functions because setting Longstrings as session or global variables can be accomplished on the declarations.
This function binds a longstring %variable to a global or session longstring. That is, the longstring %variable assumes the value of the global or session longstring and any changes to the longstring %variable are reflected in the global or session longstring. The global or session longstring could be one that already existed because of a previous $Lstr_Global, $Lstr_Session, $Lstr_Global_Set, or $Lstr_Session_Set call.
Syntax
%rc = $Lstr_Global([gname], lstr, [options])
%rc = $Lstr_Session([gname], lstr, [options])
Syntax terms
%rc | A numeric return code that is set to 0 or, if CCATEMP is full, to -3. | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
gname | The name of the global or session longstring. This is an optional argument and, if not specified, the longstring %variable is unbound from whatever global or session longstring it's bound to, if any, and then set to null. | ||||||||||||||||||||
lstr | A longstring %variable. It cannot be a complex subroutine parameter. This is a required argument. | ||||||||||||||||||||
options | The type of processing $Lstr_Global or $Lstr_Session is to perform. Valid values of this optional argument are listed below; the default is ANY:
|
Usage notes
- $Lstr_Global and $Lstr_Session will automatically unbind a previous bind for its input longstring %variable. In such a case, the value of the previously bound global or session longstring is not affected. Only one %variable in a request can be bound to the same global name. To access the same global name in multiple complex subroutines, use a COMMON %variable in the $Lstr_Global or $Lstr_Session call.
- $Lstr_Global and $Lstr_Session have independent namespaces. That is, the same name used for $Lstr_Global and $Lstr_Session references different longstrings. A $Lstr_Session call when there is no session open causes a request cancellation.
- You can clean up any global longstrings with $Lstr_Global_Del, which can be issued whether or not a name was referenced in the current procedure with a $Lstr_Global. You can clean up any session longstrings with $Lstr_Session_Del, which can be issued whether or not a name was referenced in the current procedure with a $Lstr_Global.
Example
In the following example, the global longstring SUNSHINE
is set to the value PARAKEET
:
%rc = $Lstr_Global('SUNSHINE', %long) %long = 'PARAKEET'