Difference between revisions of "StrRes"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{header|result|rw|Holds the value from the last [[str]] statement executed.}}
== #strRes ==
+
'''Result System Variables'''
+
=== Description ===
+
{{rw}}
+
 
+
Holds the value from the last [[str]] statement executed.
+
  
 
==== Example ====
 
==== Example ====
Line 20: Line 14:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[str]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Result|Result System Variables]]
+
|}
+

Revision as of 12:15, 26 August 2005

Holds the value from the last str statement executed.

Example


finditem *
if #findKind <> -1
{
  event Property #findID
  str len #property
  display ok the length if the string in the property variable is , #spc , #strRes
}
halt

See also

Main Page Documentation