Difference between revisions of "StrRes"

From Wiki
Jump to: navigation, search
(fixed disambiguation)
Line 1: Line 1:
{{header|result|rw|Holds the value from the last [[str]] statement executed.}}
+
{{header|result|rw|Holds the value from the last [[Str (command)]] statement executed.}}
  
 
==== Example ====
 
==== Example ====

Revision as of 22:40, 20 December 2005

Holds the value from the last Str (command) 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