StrRes

From Wiki
Revision as of 14:02, 9 August 2005 by Kedrick Valorite (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

#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