Difference between revisions of "StrRes"

From Wiki
Jump to: navigation, search
(No difference)

Revision as of 14:02, 9 August 2005

#strRes

Result System Variables

Description

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

str

Main_Page Documentation Result System Variables