Difference between revisions of "StrRes"
From Wiki
(fixed disambiguation) |
(→Example) |
||
| Line 5: | Line 5: | ||
finditem * | finditem * | ||
| − | if # | + | if #FINDCNT > 0 |
{ | { | ||
event Property #findID | event Property #findID | ||
Revision as of 09:11, 1 September 2007
| ⇔ | Holds the value from the last Str (command) statement executed. |
Example
finditem *
if #FINDCNT > 0
{
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 |